Interface SearchStatus

The SearchStatus controller lets you access search status information.

Example: search-status.fn.tsx

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

Hierarchy (View Summary)

Methods

Properties

Methods

Properties

The state of the SearchStatus controller.