Composite Config component
Composite component configuration object.
In-ports
config Object
Dynamic configuration for composite component, which extends attributes configuration.
Out-ports
output Object
Output configuration.
Overview
Handles attributes for composite component. Place this component into composite component to customize composite component behaviour. Configuration object is extended in following order:
- Custom attributes defined in attributes of composite component instance.
- Dynamic attributes, which come through config port of this component.
Emits configuration from upper composite component when component is instantiated if config port is not plugged. Emits extended configuration in the order desribed above if config port is plugged.