Home > blockly > comments > CommentEditor > setEditable
comments.CommentEditor.setEditable() method
Sets whether the textarea is editable. If not, the textarea will be readonly.
Signature:
setEditable(isEditable: boolean): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| isEditable | boolean |
Returns:
void