Keymap.popScope() method
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