deformationProperty

Spec

deformationProperty<TTarget>(
    parent: AttributeMap, 
    propertyDescriptor: PropertyDescriptor<TTarget, any>
): TTarget

Deformate target property using parentSource and propertyDescriptor. The result of this method is merged in the deformation method.

Input

Name

Type

Information

parent

AttributeMap

Parent object with corresponding property.

propertyDescriptor

PropertyDescriptor<TTarget, any>

Mapping information for corresponding property.

Internal logic

  • Invoke the appropriate submethod.

Last updated

Was this helpful?