@coveo/headless
    Preparing search index...

    Interface AddContextActionCreatorPayload

    interface AddContextActionCreatorPayload {
        contextKey: string;
        contextValue: ContextValue;
    }
    Index

    Properties

    contextKey: string

    The name of the key to store the context value in.

    contextValue: ContextValue

    The context value.