Skip to content

Keymap.getWindowStack method

Keymap › getWindowStack

Unofficial

Gets the scope stack for a window, creating it lazily if absent.

Signature:

getWindowStack(win: Window): KeymapWindowStack

Parameters:

Parameter Type Description
win Window The window whose scope stack to get.

Returns: KeymapWindowStackThe window's scope stack.