Skip to main content
Version: 1.x

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;
}

required

property
boolean