componentPropertyReferences property

Map<String, String>? componentPropertyReferences
final

A mapping of a layer's property to component property name of component properties attached to this node. The component property name can be used to look up more information on the corresponding component's or component set's componentPropertyDefinitions.

Implementation

final Map<String, String>? componentPropertyReferences;