ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface LoadingBackdropProps

    Props for the LoadingBackdrop component

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

    Properties

    open: boolean

    Whether backdrop is visible

    onClick?: () => void

    Click handler

    resultCount: number

    Number of results