@for (query of curQueries; track query; let queryIndex = $index) {
@switch (query.type) { @case (NodeQueryType.REGEX) {
R
E
@for (option of allSearchMatchTypeOptions; track option.type) {
{{option.type}}
}
} @case (NodeQueryType.ATTR_VALUE_RANGE) {
[··]
:
,
} @case (NodeQueryType.NODE_TYPE) {
device_hub
} } @if (getShowDeleteQueryButton(query)) {
delete
}
}
add Add query
@for (option of allQueryTypes; track option.type) { }