Class: DerivedDescriptor

DerivedDescriptor

new DerivedDescriptor()

A derived descriptor is calculated by using other property descriptors of the object.
Source:

Members

dependencies :Array.<PropertyDescriptor>

List of property descriptors this derived property descriptor depends on.
Type:
Default Value:
  • []
Source:

getterDefinition :string

Type:
  • string
Source:

isDerived :boolean

Type:
  • boolean
Default Value:
  • true
Source:

setterDefinition :string

Type:
  • string
Source: