blockly > BlockFlyoutInflater > removeListeners

BlockFlyoutInflater.removeListeners() method

Removes event listeners for the block with the given ID.

Signature:

protected removeListeners(blockId: string): void;

Parameters

Parameter Type Description
blockId string The ID of the block to remove event listeners from.

Returns:

void