class BaseSelectMenuComponent
extends
Component<Data>export class BaseSelectMenuComponent<Data extends APISelectMenuComponent> extends Component<Data>
Represents a select menu component
Type Parameters
APISelectMenuComponent Data extends
readonlystring customId :
The custom id of this select menu
APIMessageComponent data :
The API data associated with this component
readonlyboolean disabled :
Whether this select menu is disabled
readonlyComponentType type :
The type of the component