From 3eecfe59d52735631a853d4f7f016f1b58e2faa1 Mon Sep 17 00:00:00 2001 From: LVB8189 Date: Tue, 30 Aug 2022 10:09:24 +0800 Subject: [PATCH] Signed-off-by: LVB8189 Changes to be committed: --- zh-cn/application-dev/reference/apis/js-apis-pasteboard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md b/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md index 9890aa06ae..9722c7c0eb 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md +++ b/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md @@ -764,14 +764,14 @@ getProperty(): PasteDataProperty setProperty(property: PasteDataProperty): void -设置属性描述对象。 +设置属性描述对象,当前仅支持设置shareOption属性。 **系统能力**: SystemCapability.MiscServices.Pasteboard **参数** | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | -| property | [PasteDataProperty](#pastedataproperty7) | 是 | 属性保存到PasteData对象,仅支持设置ShareOption。 | +| property | [PasteDataProperty](#pastedataproperty7) | 是 | 属性描述对象。 | **示例** -- GitLab