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

Property Type Description
prevScopes Scope[] The previously active scopes, most-recent last.
scope Scope The currently active scope for the window.

Links to this page: