Skip to main content

Home > blockly > bubbles > TextInputBubble > setText

bubbles.TextInputBubble.setText() method

Sets the text of this bubble. Calls change listeners.

Signature:

setText(text: string): void;

Parameters

ParameterTypeDescription
textstring

Returns:

void