@for (toolbarGroup of toolbar(); track $index) {
@for (toolbarItem of toolbarGroup; track $index) { @if (toolbarItem.value !== undefined) { } @else if (toolbarItem.values !== undefined) { } @else { } }
}