@coveo/headless
    Preparing search index...

    Interface ContextState

    A scoped and simplified part of the headless engine that is relevant to the Context controller.

    interface ContextState {
        values: Record<string, ContextValue>;
    }
    Index

    Properties

    Properties

    values: Record<string, ContextValue>

    An object holding the context keys and their values.