blockly >Google Workspace >newComment

Workspace.newComment() 方法

获取新创建的评论。

Signature:

newComment(id?: string): WorkspaceComment;

参数

参数 类型 说明
id 字符串 (可选)可选 ID。如果提供了此 ID,请使用此 ID,否则请创建一个新 ID。

返回

WorkspaceComment

已创建的评论。