Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ConfigParameterValue

Contains the parameter configuration values.

Properties

Optional intValue

intValue: undefined | number

An integer value of the parameter. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional objectValue

objectValue: any

An object value of the parameter.

Optional parameterValue

parameterValue: undefined | string

Reference to the parameter by its key.

Optional refValue

refValue: any

The root object reference value.

Optional rootObjectValue

rootObjectValue: any

The root object value, used in custom parameters.

Optional stringValue

stringValue: undefined | string

A string value of the parameter.

Functions

getDeserializedJsonObj

getJsonObj