Skip to main content
Version: Next

StringSelectMenuProps

StringSelectMenuProps

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

children

property
MaybeArray<StringSelectMenuOptionBuilder>