NotebookNavigatorMenuEventRegistrarComponentConstructorParams
Parameters for NotebookNavigatorMenuEventRegistrarComponent.
Import:
import type { NotebookNavigatorMenuEventRegistrarComponentConstructorParams } from 'obsidian-dev-utils/obsidian/components/notebook-navigator-menu-event-registrar-component';Signature:
export interface NotebookNavigatorMenuEventRegistrarComponentConstructorParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The application instance. |
| pluginName | string | The plugin's display name, which titles the parent entry. |
| submenuIcon? | IconName | undefined | The icon for the parent entry. |