Skip to content

Vizel API / core/src / vizelBlockOperationCommands

Variable: vizelBlockOperationCommands

ts
const vizelBlockOperationCommands: readonly VizelCommand[];

Defined in: packages/core/src/commands/registry/block-ops.ts:67

Built-in block-operation commands.

Each command joins the block menu surface plus a keyboard shortcut. They build on Tiptap's command APIs (joinBackward, splitBlock, liftListItem, sinkListItem) and on the local helpers above for the operations Tiptap does not expose by default (move-up / move-down / duplicate).

Released under the MIT License.