Default implementation of ContextConfig.

Implements

  • ContextConfig

Accessors

Constructors

Methods

Accessors

Constructors

Methods

  • Gets configuration for this context.

    Type Parameters

    • T = unknown

    Returns undefined | T

    The context configuration, or undefined if not set

    const config = contextConfig.getConfig<ProductsConfig>();