UnlockActiveNoteCommandHandlerConstructorParams
Constructor parameters for UnlockActiveNoteCommandHandler.
Import:
import type { UnlockActiveNoteCommandHandlerConstructorParams } from 'obsidian-dev-utils/obsidian/command-handlers/unlock-active-note-command-handler';Signature:
export interface UnlockActiveNoteCommandHandlerConstructorParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian app instance. |
| resourceLockComponent | ResourceLockComponent | The resource-lock component whose lock covering the active note the command releases. |