Skip to content

NotebookNavigatorMenuEventRegistrarComponentConstructorParams

Parameters for NotebookNavigatorMenuEventRegistrarComponent.

Import:

import type { NotebookNavigatorMenuEventRegistrarComponentConstructorParams } from 'obsidian-dev-utils/obsidian/components/notebook-navigator-menu-event-registrar-component';

Signature:

export interface NotebookNavigatorMenuEventRegistrarComponentConstructorParams

Properties

PropertyTypeDescription
appAppThe application instance.
pluginNamestringThe plugin's display name, which titles the parent entry.
submenuIcon?IconName | undefinedThe icon for the parent entry.