arrayIndexedPropertyAccessor

An accessor that allows accessing of a property and it's childs with array syntax.

An accessor that allows accessing of a property and it's childs with array syntax. ImplSpec: Two accessors are used for getting an indexed property's child. The first one is used for accessing an indexed property of a component, and the second one is used for subsequent access of child components recursively.

arrayIndexedPropertyAccessor
(
T : PropertyAccessor!(ComponentType, FieldType, KeyType)
ComponentType
FieldType
KeyType
)
(
ElementType!KeyType beggining
,
ElementType!KeyType ending
,,)

Meta