Skip to main content

Home > blockly > bubbles > TextBubble > setText

bubbles.TextBubble.setText() method

Sets the current text of this text bubble, and updates the display.

Signature:

setText(text: string): void;

Parameters

ParameterTypeDescription
textstring

Returns:

void