@coveo/headless
    Preparing search index...

    Interface ContextState

    The state of the Context controller.

    interface ContextState {
        country: string;
        currency: CurrencyCodeISO4217;
        language: string;
        location?: UserLocation;
        view: View;
    }
    Index

    Properties

    country: string
    currency: CurrencyCodeISO4217
    language: string
    location?: UserLocation
    view: View