Visio.Interfaces.CommentUpdateData interface

An interface for updating data on the Comment object, for use in comment.set({ ... }).

Properties

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.

Property Details

author

A string that specifies the name of the author of the comment.

author?: string;

Property Value

string

Remarks

[ API set: 1.1 ]

date

A string that specifies the date when the comment was created.

date?: string;

Property Value

string

Remarks

[ API set: 1.1 ]

text

A string that contains the comment text.

text?: string;

Property Value

string

Remarks

[ API set: 1.1 ]