Visio.Interfaces.CommentUpdateData interface

用于更新 Comment 对象上的数据的接口,用于 在 中使用 comment.set({ ... })

注解

使用方

属性

author

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

date

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

text

包含注释文本的字符串。

属性详细信息

author

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

author?: string;

属性值

string

注解

API 集:1.1

date

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

date?: string;

属性值

string

注解

API 集:1.1

text

包含注释文本的字符串。

text?: string;

属性值

string

注解

API 集:1.1