Skip to content

Keymap.setWindowBaseScope method

Keymap › setWindowBaseScope

Unofficial

Sets the base scope for a window's scope stack.

Signature:

setWindowBaseScope(win: Window, scope: Scope): void

Parameters:

ParameterTypeDescription
winWindowThe window whose base scope to set.
scopeScopeThe scope to set as the window's base.

Returns: void