Skip to content

Vizel API / core/src / vizelDefaultCommands

Variable: vizelDefaultCommands

ts
const vizelDefaultCommands: readonly VizelCommand[];

Defined in: packages/core/src/commands/registry/index.ts:20

Concatenation of the four built-in command registries.

Surface builders consume vizelDefaultCommands to populate slash menus, toolbars, bubble menus, and shortcuts in a single pass. Pass your own array to override or extend the defaults.

Released under the MIT License.