Submenu
Unofficial
Represents a submenu entry in a context menu.
Import:
import type { Submenu } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface SubmenuProperties
| Property | Type | Description | |
|---|---|---|---|
| icon | string | Icon identifier for the submenu item. | |
| title | string | Display title for the submenu item. |
Links to this page: