Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ConfigParameterDefinition

The configurable properties of an object type.

Properties

Optional classFieldName

classFieldName: undefined | string

The parameter class field name.

Optional defaultValue

defaultValue: any

The default value for the parameter.

Optional description

description: undefined | string

A user defined description for the object.

Optional isClassFieldValue

isClassFieldValue: undefined | false | true

Specifies whether the parameter is a class field or not.

Optional isStatic

isStatic: undefined | false | true

Specifies whether the parameter is static or not.

Optional parameterName

parameterName: undefined | string

This object represents the configurable properties for an object type.

Optional parameterType

Functions

getDeserializedJsonObj

getJsonObj