From 2436a0470f9a1461e7d123e3ca917e8bb237701f Mon Sep 17 00:00:00 2001 From: zzs110 Date: Tue, 16 May 2023 18:29:01 +0800 Subject: [PATCH] =?UTF-8?q?pasteData=E5=B1=9E=E6=80=A7=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zzs110 --- .../reference/apis/js-apis-pasteboard.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 8a153ca2ca..c840aa16ba 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md +++ b/zh-cn/application-dev/reference/apis/js-apis-pasteboard.md @@ -487,6 +487,16 @@ record.convertToText().then((data) => { 在调用PasteData的接口前,需要先获取一个PasteData对象。 +### 属性 + +**系统能力:** SystemCapability.MiscServices.Pasteboard + +| 名称 | 类型 | 可读 | 可写 | 说明 | +| -------- | -------- | -------- |-----| -------- | +| pasteDataProperty7+ | [PasteDataProperty](#pastedataproperty7) | 是 | 是 | 剪贴板数据的属性数据。 | +| records7+ | std::vector<[PasteDataRecord](#pastedatarecord7)> | 是 | 是 | 剪贴板内容条目的数据。 | + + **系统能力:** SystemCapability.MiscServices.Pasteboard ### getPrimaryText -- GitLab