blockly >事件 >CommentBase >CommentCreateDeleteHelper

Events.CommentBase.CommentCreateDeleteHelper() 方法

评论的帮助程序函数 [创建|删除]

Signature:

static CommentCreateDeleteHelper(event: CommentCreate | CommentDelete, create: boolean): void;

参数

参数 类型 说明
事件 CommentCreate |CommentDelete 要运行的事件。
create 布尔值 如果为 True,则创建;如果为 False,则删除

返回

void