RuntimeCompositeSetter.this

Constructor for runtime composite setter.

class RuntimeCompositeSetter(Type, FieldType = Type, KeyType = string)
this
(
PropertySetter!(Type, FieldType, KeyType) setter
)

Parameters

setter PropertySetter!(Type, FieldType, KeyType)

underlying setter used for assigning fields to component

Meta