Skip to main content

blockly > comments > RenderedWorkspaceComment > setEditable

comments.RenderedWorkspaceComment.setEditable() method

Sets whether the comment is editable or not.

Signature:

setEditable(editable: boolean): void;

Parameters

Parameter

Type

Description

editable

boolean

Returns:

void