Skip to content

Keymap.pushScope method

Keymap › pushScope

Official

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

Since: 0.13.9