Skip to content

EditorCommandHandlerEditorCheckCallbackParams

Parameters for EditorCommandHandler.editorCheckCallback.

Import:

import type { EditorCommandHandlerEditorCheckCallbackParams } from 'obsidian-dev-utils/obsidian/command-handlers/editor-command-handler';

Signature:

export interface EditorCommandHandlerEditorCheckCallbackParams

Properties

PropertyTypeDescription
checkingbooleanWhether Obsidian is only checking availability (not executing).
ctxMarkdownFileInfoThe markdown file context.
editorEditorThe editor instance.