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

    Internal badge state tracked across events.

    interface BadgeState {
        isSearching: boolean;
        count: number;
    }
    Index

    Properties

    Properties

    isSearching: boolean

    True between SearchEvent.STARTED and a terminal event (completed/aborted/failed).

    count: number

    The most recent known result count.