Skip to main content

blockly > bubbles > TextInputBubble > addTextChangeListener

bubbles.TextInputBubble.addTextChangeListener() method

Adds a change listener to be notified when this bubble's text changes.

Signature:

addTextChangeListener(listener: () => void): void;

Parameters

Parameter

Type

Description

listener

() => void

Returns:

void