class BaseSelectMenuBuilder

extends

ComponentBuilder<SelectMenuType>
export declare class BaseSelectMenuBuilder<SelectMenuType extends APISelectMenuComponent> extends ComponentBuilder<SelectMenuType>

Type Parameters

SelectMenuType extends APISelectMenuComponent

readonly
data : Partial<DataType>

The API data associated with this component

Inherited from: ComponentBuilder

setCustomId(
customId: string
) : this

Sets the custom id for this select menu

setDisabled(
disabled?: boolean
) : this

Sets whether this select menu is disabled

setMaxValues(
maxValues: number
) : this

Sets the maximum values that must be selected in the select menu

setMinValues(
minValues: number
) : this

Sets the minimum values that must be selected in the select menu

setPlaceholder(
placeholder: string
) : this

Sets the placeholder for this select menu

toJSON() : SelectMenuType