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

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

Properties

Properties

values: Record<string, ContextValue>

An object holding the context keys and their values.