SelectMenuProps
SelectMenuProps
Type for the base select menu component data.
Signature
interface SelectMenuProps<T, C> extends Partial<Omit<BaseSelectMenuComponentData, 'type' | 'required'>>,
CommonSelectMenuProps<T, C> {
required?: boolean;
}
- Extends:
Partial<Omit<BaseSelectMenuComponentData, 'type' | 'required'>>,CommonSelectMenuProps<T, C>
required
property
boolean