AbstractFileCommandHandlerHandleAbstractFilesMenuParams
Parameters for AbstractFileCommandHandler.handleAbstractFilesMenu.
Import:
import type { AbstractFileCommandHandlerHandleAbstractFilesMenuParams } from 'obsidian-dev-utils/obsidian/command-handlers/abstract-file-command-handler';Signature:
export interface AbstractFileCommandHandlerHandleAbstractFilesMenuParamsProperties
| Property | Type | Description |
|---|---|---|
| abstractFiles | TAbstractFile[] | The files or folders. |
| leaf? | undefined | WorkspaceLeaf | The workspace leaf, if available. |
| menu | Menu | The menu to add items to. |
| source | string | The source of the event. |