EditorCommandHandlerEditorCheckCallbackParams
Parameters for EditorCommandHandler.editorCheckCallback.
Import:
import type { EditorCommandHandlerEditorCheckCallbackParams } from 'obsidian-dev-utils/obsidian/command-handlers/editor-command-handler';Signature:
export interface EditorCommandHandlerEditorCheckCallbackParamsProperties
| Property | Type | Description |
|---|---|---|
| checking | boolean | Whether Obsidian is only checking availability (not executing). |
| ctx | MarkdownFileInfo | The markdown file context. |
| editor | Editor | The editor instance. |