Home > @uniformdev/mesh-sdk-react > SearchAndFilterResultContainerProps

SearchAndFilterResultContainerProps type

Signature:

type SearchAndFilterResultContainerProps = {
    clearButtonLabel?: string;
    buttonText?: string;
    calloutTitle?: string;
    calloutText?: string;
    onHandleClear?: () => void;
    hideClearButton?: boolean;
};