Skip to content

Menu.select method

Menu › select

Unofficial

Select the item at the specified index (after either hovering or arrowing over it).

Signature:

select(index: number): void

Parameters:

ParameterTypeDescription
indexnumberIndex of the item to select.

Returns: void