Interface IConfig<Val>

Type Parameters

Hierarchy

  • IConfig

Properties

defaultValue: Val

The default value of the property.

description: string

The description of the property.

parse?: TStringParser<Val>

A function that parses a string to the desired type.

validate?: TValidator<Val>

A function that validates the value.

Generated using TypeDoc