提交 2436a047 编写于 作者: Z zzs110

pasteData属性描述补充

Signed-off-by: Nzzs110 <zhouzishuai@huawei.com>
上级 f8b60a1b
......@@ -487,6 +487,16 @@ record.convertToText().then((data) => {
在调用PasteData的接口前,需要先获取一个PasteData对象。
### 属性
**系统能力:** SystemCapability.MiscServices.Pasteboard
| 名称 | 类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- |-----| -------- |
| pasteDataProperty<sup>7+</sup> | [PasteDataProperty](#pastedataproperty7) | 是 | 是 | 剪贴板数据的属性数据。 |
| records<sup>7+</sup> | std::vector&lt;[PasteDataRecord](#pastedatarecord7)&gt; | 是 | 是 | 剪贴板内容条目的数据。 |
**系统能力:** SystemCapability.MiscServices.Pasteboard
### getPrimaryText
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册