ChemPal Documentation - v1.7.0
    Preparing search index...

    Interface LoadingBackdropProps

    Props for the LoadingBackdrop component

    interface LoadingBackdropProps {
        open: boolean;
        onClick?: () => void;
        resultCount: number;
        supplierResultsCount: number;
        isAborting?: boolean;
    }
    Index

    Properties

    open: boolean

    Whether backdrop is visible

    onClick?: () => void

    Abort-button click handler

    resultCount: number

    Number of results

    supplierResultsCount: number

    Number of supplier results

    isAborting?: boolean

    Whether the search is in the process of aborting (pending requests still settling)