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