blockly > bubbles > TextInputBubble > setText

bubbles.TextInputBubble.setText() method

Sets the text of this bubble. Calls change listeners.

Signature:

setText(text: string): void;

Parameters

Parameter Type Description
text string

Returns:

void