Skip to content

Vizel API / core/src / VizelCommandShortcutsOptions

Interface: VizelCommandShortcutsOptions

Defined in: packages/core/src/extensions/command-shortcuts.ts:8

Options accepted by createVizelCommandShortcutsExtension.

Properties

commands

ts
readonly commands: readonly VizelCommand[];

Defined in: packages/core/src/extensions/command-shortcuts.ts:13

Commands to scan. Only entries with both surfaces.shortcut === true and a shortcut field contribute a keybinding.

Released under the MIT License.