blockly >气泡 >TextInputBubble >setText

bubbles.TextInputBubble.setText() 方法

设置此气泡的文本。调用会更改监听器。

Signature:

setText(text: string): void;

参数

参数 类型 说明
text 字符串

返回

void