Skip to content

Keymap.popScope method

Keymap › popScope

Official

Remove a scope from the scope stack. If the given scope is active, the next scope in the stack will be made active.

Signature:

popScope(scope: Scope): void

Parameters:

Parameter Type Description
scope Scope

Returns: void

Since: 0.13.9