@coveo/headless
    Preparing search index...

    Interface SearchStatus

    The SearchStatus controller lets you access search status information.

    interface SearchStatus {
        state: SearchStatusState;
        subscribe(listener: () => void): Unsubscribe;
    }

    Hierarchy (View Summary)

    Index

    The state of the SearchStatus controller.