From 8f5118b575dac519f8c72141baa7cbcac1d40bd2 Mon Sep 17 00:00:00 2001 From: i-am-a-little-bird Date: Tue, 3 Jan 2023 21:09:17 +0800 Subject: [PATCH] bugfix Signed-off-by: i-am-a-little-bird --- .../arkui-ts/ts-basic-components-web.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md index b5d213a27e..3586547a9b 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md @@ -2830,7 +2830,7 @@ existsImageContents(): boolean ### getMediaType9+ -getMediaType(): ContextMenuMediaType; +getMediaType(): ContextMenuMediaType 获取网页元素媒体类型。 @@ -2842,7 +2842,7 @@ getMediaType(): ContextMenuMediaType; ### getSelectionText9+ -getSelectionText(): string; +getSelectionText(): string 获取选中文本。 @@ -2854,7 +2854,7 @@ getSelectionText(): string; ### getSourceType9+ -getSourceType(): ContextMenuSourceType; +getSourceType(): ContextMenuSourceType 获取菜单事件来源。 @@ -2866,7 +2866,7 @@ getSourceType(): ContextMenuSourceType; ### getInputFieldType9+ -getInputFieldType(): ContextMenuInputFieldType; +getInputFieldType(): ContextMenuInputFieldType 获取网页元素输入框类型。 @@ -2878,7 +2878,7 @@ getInputFieldType(): ContextMenuInputFieldType; ### isEditable9+ -isEditable(): boolean; +isEditable(): boolean 获取网页元素是否可编辑标识。 @@ -2886,11 +2886,11 @@ isEditable(): boolean; | 类型 | 说明 | | ------- | ------------------------- | -| boolean | 网页元素可编辑返回true,否则返回false。 | +| boolean | 网页元素可编辑返回true,不可编辑返回false。 | ### getEditStateFlags9+ -getEditStateFlags(): number; +getEditStateFlags(): number 获取网页元素可编辑标识。 @@ -2918,7 +2918,7 @@ WebContextMenuParam有图片内容则复制图片。 ### copy9+ -copy(): void; +copy(): void 执行与此上下文菜单相关的拷贝操作。 -- GitLab