Home > @uniformdev/mesh-sdk-react > FilterOption
FilterOption type
Filter option props
Signature:
type FilterOption = {
label: string;
value: string;
operatorOptions?: Operator[];
valueOptions?: InputOption[];
readOnly?: boolean;
disabled?: boolean;
bindable?: boolean;
excludeFromSort?: boolean;
leftHandSideComponentWhenSelected?: ComponentType<FilterOptionLeftHandComponentProps>;
};
References: Operator, FilterOptionLeftHandComponentProps