StringSelectMenuProps
StringSelectMenuProps
The properties for a string select menu component.
Signature
interface StringSelectMenuProps extends SelectMenuProps<StringSelectMenuInteraction, StringSelectMenuKit> {
children?: MaybeArray<StringSelectMenuOptionBuilder>;
}
- Extends:
SelectMenuProps<StringSelectMenuInteraction, StringSelectMenuKit>
children
property
MaybeArray<StringSelectMenuOptionBuilder>