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

Parameter Type Description
type IconType<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.