Skip to main content

Home > blockly > Toolbox > deselectItem_

Toolbox.deselectItem_() method

Deselects the given item, marks it as unselected, and updates aria state.

Signature:

protected deselectItem_(item: ISelectableToolboxItem): void;

Parameters

ParameterTypeDescription
itemISelectableToolboxItemThe previously selected toolbox item which should be deselected.

Returns:

void