Skip to content

Vizel API / core/src / vizelInsertCommands

Variable: vizelInsertCommands

ts
const vizelInsertCommands: readonly VizelCommand[];

Defined in: packages/core/src/commands/registry/insert.ts:12

Insert commands that create new nodes (table, image, embed, math, diagram, table of contents).

These commands appear in the slash menu. They have no shortcut by default because the shortcut keyspace is reserved for marks and common block changes.

Released under the MIT License.