Skip to main content
Version: Next

CommandDefinition

type CommandDefinition = object;

Command definition.

Properties

name

name: string;

callback

callback: CommandCallback;

attributes

attributes: CommandAttributes;

options

options: CommandOptions;