replugged

    Interface CommandOptionAutocompleteAndChoices

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

    Hierarchy (View Summary)

    Index

    Properties

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