Share via


WpxComment interface

Represents a Word (WPX) comment notification entity.

Extends

Properties

documentId

The ID of the document.

initiatingCommentId

The ID of the initiating comment.

odataId

The OData ID of the comment.

subjectCommentId

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"