From 0412b13811859f23625d87b5164b95a04f1732d2 Mon Sep 17 00:00:00 2001 From: zzs110 Date: Wed, 17 May 2023 04:41:27 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-pasteboard.md. Signed-off-by: zzs110 --- .../application-dev/reference/apis/js-apis-pasteboard.md | 9 +-------- 1 file changed, 1 insertion(+), 8 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 7429d4531c..8d2b3ddaf0 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md +++ b/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md @@ -483,19 +483,12 @@ record.convertToText().then((data) => { ## PasteData -剪贴板内容对象。 +剪贴板内容对象。剪贴板内容包含一个或者多个内容条目([PasteDataRecord](#pastedatarecord7))以及属性描述对象([PasteDataProperty](#pastedataproperty7))。 在调用PasteData的接口前,需要先获取一个PasteData对象。 -### 属性 - **系统能力:** SystemCapability.MiscServices.Pasteboard -| 名称 | 类型 | 可读 | 可写 | 说明 | -| -------- | -------- | -------- |-----| -------- | -| pasteDataProperty7+ | [PasteDataProperty](#pastedataproperty7) | 是 | 是 | 剪贴板数据的属性数据。 | -| records7+ | std::vector<[PasteDataRecord](#pastedatarecord7)> | 是 | 是 | 剪贴板内容条目的数据。 | - ### getPrimaryText getPrimaryText(): string -- GitLab