Skip to content

KeymapWindowStack

Unofficial

The scope stack tracked for a single window by Keymap.

Import:

import type { KeymapWindowStack } from 'obsidian';

Signature:

export interface KeymapWindowStack

Properties

PropertyTypeDescription
prevScopesScope[]The previously active scopes, most-recent last.
scopeScopeThe currently active scope for the window.

Links to this page: