Home > @uniformdev/mesh-sdk-react > ObjectSearchFilterProps
ObjectSearchFilterProps type
Signature:
type ObjectSearchFilterProps = {
requireContentType?: boolean;
typeSelectorAllTypesOptionText?: string;
selectLabel?: string;
selectOptions?: Array<{
label: string;
value?: string;
}>;
searchInputName?: string;
searchInputPlaceholderText?: string;
};