@for (section of sections; track section.label) { @if (section.items.length > 0) {
{{section.label}}
@for (item of section.items; track item.id || item.label) { }
} }
Node data providers
inputs ({{curInputsCount}})
@if (showInputPaginator) { }
outputs ({{curOutputsCount}})
@if (showOutputPaginator) { }
Identical layers ({{identicalGroupNodes.length}})
@if (showIdenticalGroupsPaginator) { }
layer inputs ({{curGroupInputsCount}})
@if (showGroupInputPaginator) { }
layer outputs ({{curGroupOutputsCount}})
@if (showGroupOutputPaginator) { }
{{hideToggleIconName}}
Namespace hierarchy
@for(ns of value.split('/'); track $index) {
{{ns}}
}
@for (item of items; track item.opNode.id; let i = $index) {
{{item.index}}
@if (item.opNode.hideInLayout) {
{{getInputName(item)}}
@if (item.targetOpNode) {
arrow_forward
{{item.targetOpNode.label}}
} } @else {
{{getInputName(item)}}
my_location
@if (item.targetOpNode) {
arrow_forward
{{item.targetOpNode.label}}
}
@if (!item.opNode.hideInLayout) {
{{getInputOpNodeToggleVisibilityIcon(item.opNode.id)}}
}
}
@for (metadataItem of item.metadataList; track metadataItem.key) { @if (getShowMetadata(metadataItem)) { } }
}
@for (item of items; track $index; let i = $index; let last = $last) {
{{item.index}}
{{getOutputName(item)}}
@if (item.showSourceOpNode) {
({{item.sourceOpNode.label}})
}
@if (getHasConnectedToNodes(item)) {
{{getOutputToggleVisibilityIcon(item)}}
}
@if (item.metadataList.length > 0) { @for (metadataItem of item.metadataList; track metadataItem.key) { } }
}