Skip to main content

Home > blockly > Toolbox > selectItemByPosition

Toolbox.selectItemByPosition() method

Selects the toolbox item by its position in the list of toolbox items.

Signature:

selectItemByPosition(position: number): void;

Parameters

ParameterTypeDescription
positionnumberThe position of the item to select.

Returns:

void