The DidYouMean controller is responsible for handling query corrections.

interface DidYouMean {
    state: DidYouMeanState;
    subscribe(listener: (() => void)): Unsubscribe;
}

Hierarchy (view full)

Methods

Properties

Methods

Properties

A scoped and simplified part of the headless state that is relevant to the DidYouMean controller.