@nosto/nosto-react

    Interface NostoContextType

    interface NostoContextType {
        account: string;
        clientScriptLoaded: boolean;
        currentVariation?: string;
        recommendationComponent?: RecommendationComponent;
        renderFunction?: (...args: unknown[]) => unknown;
        responseMode: RenderMode;
    }
    Index

    Properties

    account: string
    clientScriptLoaded: boolean
    currentVariation?: string
    recommendationComponent?: RecommendationComponent
    renderFunction?: (...args: unknown[]) => unknown
    responseMode: RenderMode
    MMNEPVFCICPMFPCPTTAAATR