Class BaseConfigElement<TValue>Abstract

Common logic for ConfigElement and ConfigObjectElement.

Type Parameters

  • TValue = unknown

Hierarchy

Constructors

Properties

Constructors

  • Type Parameters

    • TValue = unknown

    Parameters

    • value: TValue
    • filePath: string
    • propertyPath: string

    Returns BaseConfigElement<TValue>

Properties

filePath: string
propertyPath: string
value: TValue

Generated using TypeDoc