obsidian/command-handlers/unlock-active-note-command-handler
Handles the “Unlock active note” command.
Classes
Section titled “Classes”| Class | Description |
|---|---|
| UnlockActiveNoteCommandHandler | A command handler that unlocks the active note. It cancels the operation that took the lock and releases the lock covering the note — whether the note is locked directly or by a subtree-locked ancestor folder. Only available while the active note is locked. |
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| UnlockActiveNoteCommandHandlerConstructorParams | Constructor parameters for UnlockActiveNoteCommandHandler. |