blockly > comments > WorkspaceComment > setEditable
comments.WorkspaceComment.setEditable() method
Sets whether the comment is editable or not.
Signature:
setEditable(editable: boolean): void;
Parameters
Parameter | Type | Description |
---|---|---|
editable | boolean |
Returns:
void