Skip to main content

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

Parameter

Type

Description

listener

() => void

Returns:

void