Visio.Interfaces.CommentData interface

一个接口,用于描述通过调用 comment.toJSON()返回的数据。

属性

author

指定注释的作者姓名的字符串。

date

指定注释创建日期的字符串。

text

包含注释文本的字符串。

属性详细信息

author

指定注释的作者姓名的字符串。

author?: string;

属性值

string

注解

[ API 集: 1.1 ]

date

指定注释创建日期的字符串。

date?: string;

属性值

string

注解

[ API 集: 1.1 ]

text

包含注释文本的字符串。

text?: string;

属性值

string

注解

[ API 集: 1.1 ]