Skip to main content

Home > blockly > Block > removeIcon

Block.removeIcon() method

Removes the icon whose getType matches the given type iconType from the block.

Signature:

removeIcon(type: IconType<IIcon>): boolean;

Parameters

ParameterTypeDescription
typeIconType<IIcon>The type of the icon to remove from the block.

Returns:

boolean

True if an icon with the given type was found, false otherwise.