Keymap.pushScope() method
Push a scope onto the scope stack, setting it as the active scope to handle all key events.
Signature:
pushScope(scope: Scope): void;Parameters
| Parameter | Type | Description |
|---|---|---|
scope | Scope |
Returns:
void
1 min read
Push a scope onto the scope stack, setting it as the active scope to handle all key events.
Signature:
pushScope(scope: Scope): void;| Parameter | Type | Description |
|---|---|---|
scope | Scope |
Returns:
void