Skip to main content
Version: Next

CommandDefinition

type CommandDefinition = object;

Command definition.

Properties

attributes

attributes: CommandAttributes;

callback

callback: CommandCallback;

name

name: string;

options

options: CommandOptions;