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)

Methods

Properties

Methods

Properties

The state relevant to the CoreQuerySummary controller.