blockly > BlockFlyoutInflater > addBlockListeners

BlockFlyoutInflater.addBlockListeners() method

Add listeners to a block that has been added to the flyout.

Signature:

protected addBlockListeners(block: BlockSvg): void;

Parameters

Parameter Type Description
block BlockSvg The block to add listeners for.

Returns:

void