Type alias ISelectMenu

ISelectMenu: {
    channelTypes?: ChannelType[];
    customId: string;
    defaultValues?: SelectDefaultValue[];
    disabled: boolean;
    maxValues?: number;
    minValues?: number;
    options: ISelectMenuOption[];
    placeholder?: string;
    selectType: SelectMenuType;
}

Type declaration

Generated using TypeDoc