WpxComment interface
Word (WPX) コメント通知エンティティを表します。
- Extends
プロパティ
| 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"