blockly > comments > CommentView > setEditable

comments.CommentView.setEditable() method

Sets the editability of the comment.

Signature:

setEditable(editable: boolean): void;

Parameters

Parameter Type Description
editable boolean

Returns:

void