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