View โ€บ scope

View.scope property

Assign an optional scope to your view to register hotkeys for when the view is in focus.

Signature:

scope: Scope | null;

Example

this.scope = new Scope(this.app.scope);

null