@if (placeholder$ | async) { }
@if (showMenu$ | async) { }
@for (menu of menus$ | async; track trackByMenu($index, menu)) { @switch (menu.type) { @case (WIDGET_MENU_TYPE.Toggle) { } @case (WIDGET_MENU_TYPE.Action) { } @case (WIDGET_MENU_TYPE.Menus) { } @case (WIDGET_MENU_TYPE.Divider) { } } } @if (!standalone) { @if (!fullscreen) { } @if (fullscreen) { } @if (isAuthenticated()) { } }
@if (isAuthenticated()) { } @if (navigate$ | async; as item) { @if (item.show) { } } @if (isAuthenticated()) { } @if (editable()) { @if (allowMultiLayer$ | async) {
}
}
@for (point of pointList(); track point.key) { }
@for (point of pointList(); track point.key) { }
@for (menu of customSubMenus; track trackByMenu($index, menu)) { @if (menu.type === WIDGET_MENU_TYPE.Divider) { } @if (menu.type !== WIDGET_MENU_TYPE.Divider) { } }