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

Parameter Type Description
text string

Returns:

void