blockly > comments > DeleteCommentBarButton > performAction

comments.DeleteCommentBarButton.performAction() 方法

删除父级评论。

Signature:

performAction(e?: Event): void;

参数

参数 类型 说明
e 事件 (可选)触发相应操作的事件。

返回

void