Interface CommandOptionAutocompleteAndChoices

interface CommandOptionAutocompleteAndChoices {
    autocomplete?: boolean;
    choices?: readonly CommandChoices[];
    focused?: boolean;
}

Hierarchy (view full)

Properties

autocomplete?: boolean
choices?: readonly CommandChoices[]
focused?: boolean