WpxComment interface
表示 Word (WPX) 注释通知实体。
- 扩展
属性
| document |
文档的 ID。 |
| initiating |
发起注释的 ID。 |
| odata |
注释的 OData ID。 |
| subject |
主题注释的 ID。 |
| type | 实体的类型。 始终为“WpxComment”。 |
属性详细信息
documentId
文档的 ID。
documentId?: string
属性值
string
initiatingCommentId
发起注释的 ID。
initiatingCommentId?: string
属性值
string
odataId
注释的 OData ID。
odataId?: string
属性值
string
subjectCommentId
主题注释的 ID。
subjectCommentId?: string
属性值
string
type
实体的类型。 始终为“WpxComment”。
type: "WpxComment"
属性值
"WpxComment"