- Preparing search index...
- The search index is not available
Dappetizer
Class BaseConfigElement<TValue>Abstract
Constructors
constructor
- new BaseConfigElement<TValue>(value: TValue, filePath: string, propertyPath: string): BaseConfigElement<TValue>
-
Parameters
-
value: TValue
-
filePath: string
-
propertyPath: string
Properties
Readonly
filePath
filePath: string
Readonly
propertyPath
propertyPath: string
Readonly
value
value: TValue
Common logic for ConfigElement and ConfigObjectElement.