Show:

ia.PropertyConfig Class

Module: ia

Contains the configuration information for a report property.

Constructor

ia.PropertyConfig

(
  • xml
  • parent
)

Parameters:

Item Index

Methods

Properties

Methods

castValue

(
  • rawValue
)
Number | String | Boolean | Number | String | Boolean

Casts the raw value to the correct data type.

Parameters:

  • rawValue String

    The raw value.

Returns:

Number | String | Boolean | Number | String | Boolean: The value cast to the correct data type.

Properties

parent

ia.ReportConfig | ia.ComponentConfig

The parent the property belongs to.

xml

XML

The raw xml data describing the object.