Skip to content
Obsidian Typings
Public (1.13.7)
|
Catalyst (1.13.7)
Search
Ctrl
K
Cancel
Github
Select theme
Dark
Light
Auto
Github
Select theme
Dark
Light
Auto
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