blockly > bubbles > TextInputBubble > setEditable

bubbles.TextInputBubble.setEditable() method

Sets whether or not the text in the bubble is editable.

Signature:

setEditable(editable: boolean): void;

Parameters

Parameter Type Description
editable boolean

Returns:

void