Skip to content

TopBar и сайдбар

Все слоты — паттерн B, значение — Vue-компонент (без обязательных props, контекст через useModel).

TopBar

registryIdUse-функцияГде в UI
core.appTopbarLeftWidgetsuseAppTopbarLeftWidgetsRegistryЛевая часть TopBar (рядом с заголовком)
core.appTopbarRightWidgetsuseAppTopbarRightWidgetsRegistryПравая часть TopBar (перед кнопками окна)
core.appTopbarStatusWidgetsuseAppTopbarStatusWidgetsRegistryСтатусная зона (индикаторы, прогресс)

Prop title передаётся из TopBar, если нужен заголовок текущего экрана.

Сайдбар

registryIdUse-функцияГде в UI
core.sidebarHeaderWidgetsuseSidebarHeaderWidgetsRegistryШапка сайдбара
core.sidebarBeforeContentuseSidebarBeforeContentRegistryПеред основным содержимым
core.sidebarAfterContentuseSidebarAfterContentRegistryПосле основного содержимого
core.sidebarFooterWidgetsuseSidebarFooterWidgetsRegistryПодвал сайдбара

Меню профиля

registryIdUse-функция
core.userMenuBeforeActionsuseUserMenuBeforeActionsRegistry
core.userMenuActionsuseUserMenuActionsRegistry
core.userMenuAfterActionsuseUserMenuAfterActionsRegistry

Навигация · Экраны →