@coveo/headless
    Preparing search index...

    Interface ContextOptions

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

    Properties

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