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
1 min read
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;| Parameter | Type | Description |
|---|---|---|
scope | Scope |
Returns:
void