Skip to content

rtk-stage-toggle

Last updated View as MarkdownAgent setup

Properties

Property Type Required Default Description
iconPack IconPack1 defaultIconPack Icon pack
meeting Meeting - Meeting object
size Size1 - Size
states States1 - States
t RtkI18n1 useLanguage() Language
variant ControlBarVariant - Variant

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-stage-toggle></rtk-stage-toggle>

With Properties

<!-- component.html -->
<rtk-stage-toggle
 [meeting]="meeting"
 size="md"
 variant="button">
</rtk-stage-toggle>

Was this helpful?