|
@if (item.specialValue) {
@switch (item.specialValue.type) {
@case (NodeAttributeValueType.NODE_IDS) {
@for (nodeId of item.specialValue.nodeIds; track nodeId) {
{{nodeId}}
}
}
}
} @else {
|
|
|
|
|
|
@if (metadataItem.key === outputMetadataConnectedTo) {
@for (targetNode of metadataItem.connectedNodes; track targetNode.id) {
{{targetNode.label}}
|