Skip to main content

CommandInput

type

The fields you write for a palette command. The `kind` discriminator is added by command.

type CommandInput<TId extends string> = Omit<Command<TId>, 'kind'>

Import

import { CommandInput } from '@modular/sdk';

Notes

category
Authoring