blockly > comments > CommentEditor > setEditable

comments.CommentEditor.setEditable() 方法

設定文字區域是否可編輯。否則文字區域會設為唯讀。

Signature:

setEditable(isEditable: boolean): void;

參數

參數 類型 說明
isEditable 布林值

傳回:

void