WpxComment interface
Rappresenta un'entità di notifica di commento di Word (WPX).
- Extends
Proprietà
| document |
ID del documento. |
| initiating |
ID del commento di avvio. |
| odata |
ID OData del commento. |
| subject |
ID del commento dell'oggetto. |
| type | Tipo dell'entità. Sempre "WpxComment". |
Dettagli proprietà
documentId
ID del documento.
documentId?: string
Valore della proprietà
string
initiatingCommentId
ID del commento di avvio.
initiatingCommentId?: string
Valore della proprietà
string
odataId
ID OData del commento.
odataId?: string
Valore della proprietà
string
subjectCommentId
ID del commento dell'oggetto.
subjectCommentId?: string
Valore della proprietà
string
type
Tipo dell'entità. Sempre "WpxComment".
type: "WpxComment"
Valore della proprietà
"WpxComment"