Skip to main content
Version: Next

StringSelectMenuProps

StringSelectMenuProps

The properties for a string select menu component.

Signature
interface StringSelectMenuProps extends SelectMenuProps<StringSelectMenuInteraction, StringSelectMenuKit> {
children?: MaybeArray<StringSelectMenuOptionBuilder>;
}

children

property
MaybeArray<StringSelectMenuOptionBuilder>