提交 90a65437 编写于 作者: Z zhou-liting125

Web documentation rectification

Signed-off-by: Nzhou-liting125 <zhouliting5@huawei.com>
上级 13f29ecd
......@@ -990,8 +990,8 @@ onShowFileSelector(callback: (event?: { result: FileSelectorResult, fileSelector
**参数:**
| 参数名 | 参数类型 | 参数描述 |
| ------ | -------- | ------------------------- |
| result | [FileSelectorResult](#fileselectorresultsup9sup) | 用于通知Web组件文件选择的结果。 |
| fileSelector | [FileSelectorParam](#fileselectorparamsup9sup) | 文件选择器的相关信息。 |
| result | <a href="#fileselectorresultsup9sup">FileSelectorResult</a> | 用于通知Web组件文件选择的结果。 |
| fileSelector | <a href="#fileselectorparamsup9sup">FileSelectorParam</a> | 文件选择器的相关信息。 |
**示例:**
```ts
......@@ -1493,7 +1493,7 @@ setResponseCode(code: number)
## FileSelectorResult<sup>9+</sup>
通知Web组件的文件选择结果。
通知Web组件的文件选择结果。示例代码参考[onShowFileSelector事件](#onshowfileselectorsup9sup)
### handleFileList<sup>9+</sup>
......@@ -1508,7 +1508,7 @@ handleFileList(fileList: Array\<string\>): void
## FileSelectorParam<sup>9+</sup>
web组件获取文件对象。
web组件获取文件对象。示例代码参考[onShowFileSelector事件](#onshowfileselectorsup9sup)
### getTitle<sup>9+</sup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册