blockly > comments > CommentEditor > setEditable

comments.CommentEditor.setEditable() メソッド

テキストエリアが編集可能かどうかを設定します。そうでない場合、テキストエリアは読み取り専用になります。

署名:

setEditable(isEditable: boolean): void;

パラメータ

パラメータ 説明
isEditable ブール値

戻り値:

void