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

Parameter Type Description
item ISelectableToolboxItem The previously selected toolbox item which should be deselected.

Returns:

void