Skip to content

UnlockActiveNoteCommandHandlerConstructorParams

Constructor parameters for UnlockActiveNoteCommandHandler.

Import:

import type { UnlockActiveNoteCommandHandlerConstructorParams } from 'obsidian-dev-utils/obsidian/command-handlers/unlock-active-note-command-handler';

Signature:

export interface UnlockActiveNoteCommandHandlerConstructorParams

Properties

PropertyTypeDescription
appAppThe Obsidian app instance.
resourceLockComponentResourceLockComponentThe resource-lock component whose lock covering the active note the command releases.