Skip to main content

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

ParameterTypeDescription
isEditableboolean

Returns:

void