AggregatePropertyAccessor.this

Constructor for aggregate property accessor.

class AggregatePropertyAccessor(ComponentType, FieldType = ComponentType, KeyType = string)
this
(
PropertyAccessor!(ComponentType, FieldType)[] accessors...
)

Parameters

accessors PropertyAccessor!(ComponentType, FieldType)[]

list of accessors used to extract fields from component.

Meta