CompositeAccessor.access

Get a property out of component

class CompositeAccessor
const
WithStorageClassOfType!Object
access
(,
in string property
,
RCIAllocator allocator = theAllocator
)

Parameters

component Type

a component which has some properties identified by property.

Return Value

Type: WithStorageClassOfType!Object

FieldType accessed property.

Throws

NotFoundException in case when no requested property is available. InvalidArgumentException in case when passed arguments are somehow invalid for use.

Meta