Interface NostoContextType

interface NostoContextType {
    account: string;
    clientScriptLoaded: boolean;
    currentVariation?: string;
    recommendationComponent?: RecommendationComponent;
    renderFunction?: AnyFunction;
    responseMode: RenderMode;
}

Properties

account: string
clientScriptLoaded: boolean
currentVariation?: string
recommendationComponent?: RecommendationComponent
renderFunction?: AnyFunction
responseMode: RenderMode