PropertyArray

external class PropertyArray(value: ReadonlyArray<Property>? = definedExternally)(source)

A Property whose value is an array whose items are the computed value of other property instances.

Parameters

value

An array of Property instances.

See also

Constructors

Link copied to clipboard
constructor(value: ReadonlyArray<Property>? = definedExternally)

Properties

Link copied to clipboard

Gets the event that is raised whenever the definition of this property changes. The definition is changed whenever setValue is called with data different than the current value or one of the properties in the array also changes.

Link copied to clipboard

Gets a value indicating if this property is constant. This property is considered constant if all property items in the array are constant.

Functions

Link copied to clipboard
fun getValue(time: JulianDate? = definedExternally, result: ReadonlyArray<Any>? = definedExternally): ReadonlyArray<Any>

Gets the value of the property.

Link copied to clipboard

Sets the value of the property.