WpxComment interface
Represents a Word (WPX) comment notification entity.
- Extends
Eigenschaften
| document |
Die ID des Dokuments. |
| initiating |
Die ID des initiierenden Kommentars. |
| odata |
Die OData-ID des Kommentars. |
| subject |
Die ID des Betreffkommentars. |
| type | Der Typ der Entität. Immer 'WpxComment'. |
Details zur Eigenschaft
documentId
Die ID des Dokuments.
documentId?: string
Eigenschaftswert
string
initiatingCommentId
Die ID des initiierenden Kommentars.
initiatingCommentId?: string
Eigenschaftswert
string
odataId
Die OData-ID des Kommentars.
odataId?: string
Eigenschaftswert
string
subjectCommentId
Die ID des Betreffkommentars.
subjectCommentId?: string
Eigenschaftswert
string
type
Der Typ der Entität. Immer 'WpxComment'.
type: "WpxComment"
Eigenschaftswert
"WpxComment"