blockly > [Events] > [CommentBase] > CommentCreateDeleteHelper

Events.CommentBase.CommentCreateDeleteHelper() メソッド

Comment[Create|Delete] のヘルパー関数

署名:

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

パラメータ

パラメータ 種類 説明
event CommentCreate | CommentDelete 実行するイベント。
開発する boolean True の場合は作成、False の場合は削除

戻り値:

void