WpxComment interface
Represents a Word (WPX) comment notification entity.
- Extends
Properties
| document |
The ID of the document. |
| initiating |
The ID of the initiating comment. |
| odata |
The OData ID of the comment. |
| subject |
The ID of the subject comment. |
| type | The type of the entity. Always 'WpxComment'. |
Property Details
documentId
The ID of the document.
documentId?: string
Property Value
string
initiatingCommentId
The ID of the initiating comment.
initiatingCommentId?: string
Property Value
string
odataId
The OData ID of the comment.
odataId?: string
Property Value
string
subjectCommentId
The ID of the subject comment.
subjectCommentId?: string
Property Value
string
type
The type of the entity. Always 'WpxComment'.
type: "WpxComment"
Property Value
"WpxComment"