Component Identifier Picker
Overview
This picker serves the same purpose as the Identifier picker but for the components, since the components are concatenated as ${parentSystemId}.${componentName}
.
Configuration
Defined as follows:
identifier:
title: Identifier
type: string
ui:field: ComponentIdentifierPicker
ui:options:
allowArbitraryValues: false
The component's identifier is built by concatenating the value of a picker named parentRef
(e.g., system:<parent-system-name>
) in the same template, with the component's name. If parentRef
is not found the dataproduct
picker value is used instead.