Skip to main content

Home > blockly > bubbles > TextInputBubble > addLocationChangeListener

bubbles.TextInputBubble.addLocationChangeListener() method

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

Signature:

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

Parameters

ParameterTypeDescription
listener() => void

Returns:

void