StringSelectMenuProps
StringSelectMenuProps
| Property | Type | Value |
|---|---|---|
| children | MaybeArray<StringSelectMenuOptionBuilder> | N/A |
| customId | string | N/A |
| disabled | boolean | N/A |
| id | number | N/A |
| maxValues | number | N/A |
| minValues | number | N/A |
| onEnd | CommandKitSelectMenuBuilderOnEnd | N/A |
| onError | ( error: Error ) => any | N/A |
| onSelect | CommandKitSelectMenuBuilderInteractionCollectorDispatch<StringSelectMenuInteraction, StringSelectMenuKit> | N/A |
| options | CommandKitSelectMenuBuilderInteractionCollectorDispatchContextData | N/A |
| placeholder | string | N/A |