@coveo/headless
    Preparing search index...

    Interface QuerySummary

    The QuerySummary headless controller offers a high-level interface for designing a common query summary UI controller.

    interface QuerySummary {
        state: QuerySummaryState;
        subscribe(listener: () => void): Unsubscribe;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    Methods

    Properties

    The state relevant to the CoreQuerySummary controller.