Visio.Interfaces.CommentData interface
An interface describing the data returned by calling comment.toJSON()
.
author | A string that specifies the name of the author of the comment. |
date | A string that specifies the date when the comment was created. |
text | A string that contains the comment text. |
A string that specifies the name of the author of the comment.
TypeScript
author?: string;
Property Value
string
Remarks
[ API set: 1.1 ]
A string that specifies the date when the comment was created.
TypeScript
date?: string;
Property Value
string
Remarks
[ API set: 1.1 ]
A string that contains the comment text.
TypeScript
text?: string;
Property Value
string
Remarks
[ API set: 1.1 ]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: