FileCommandHandlerShouldAddToFilesMenuParams
Parameters for FileCommandHandler.shouldAddToFilesMenu.
Import:
import type { FileCommandHandlerShouldAddToFilesMenuParams } from 'obsidian-dev-utils/obsidian/command-handlers/file-command-handler';Signature:
export interface FileCommandHandlerShouldAddToFilesMenuParamsProperties
| Property | Type | Description |
|---|---|---|
| files | TFile[] | The files. |
| leaf? | undefined | WorkspaceLeaf | The workspace leaf, if available. |
| source | string | The source of the event. |