Skip to content

View.scope

View › scope

Official

Type: null | Scope

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

Since: 1.5.7

Example:

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