Vizel API / core/src / VizelSlashCommandOptions
Interface: VizelSlashCommandOptions
Defined in: packages/core/src/types.ts:31
Slash command feature options
Properties
commands?
ts
optional commands?: readonly VizelCommand[];Defined in: packages/core/src/types.ts:36
Commands surfaced in the slash menu. Defaults to the slash-surfaced subset of vizelDefaultCommands.
suggestion?
ts
optional suggestion?: Partial<SuggestionOptions<VizelCommand, any>>;Defined in: packages/core/src/types.ts:38
Suggestion options (framework-specific renderer)