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:

Parameter Type Description
index number Index of the item to select.

Returns: void