Skip to content

Vizel API / core/src / vizelFormatCommands

Variable: vizelFormatCommands

ts
const vizelFormatCommands: readonly VizelCommand[];

Defined in: packages/core/src/commands/registry/format.ts:10

Mark-level format commands (bold, italic, strike, etc.).

These commands appear on the toolbar and bubble menu but not on the slash menu — users discover them via toolbar buttons and keyboard shortcuts, not by typing /.

Released under the MIT License.