Skip to main content

Home > 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

ParameterTypeDescription
editableboolean

Returns:

void