- Home
- /Realtime
- /…
- /Angular
- /rtk-sidebar
rtk-sidebar
Last updated Apr 21, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewPropertiesUsage ExamplesBasic UsageWith Properties
A component which handles the sidebar and
you can customize which sections you want, and which section you want as the default.
<!-- component.html -->
<rtk-sidebar></rtk-sidebar>
<!-- component.html -->
<rtk-sidebar
[defaultSection]="rtksidebarsection"
[enabledSections]="[]"
[meeting]="meeting">
</rtk-sidebar>
Previousrtk-setup-screenNextrtk-sidebar-ui