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 7429d4531c0e4dc5b615c8972316b9f03f743faa..8d2b3ddaf047cc7468b8ee8245a10015d9252bf3 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