Application Switcher

An Applicaiton Switcher is used to switch between OLYSENSE applications and is accessible from the Application Bar.

import '@ods/components/web.application-switcher';

Note: You only need to import a web component once in your code, as it registers itself globally when defined, allowing you to use it anywhere within your application without needing to re-import it each time you want to use the component.

Slots

NameDescription
(default)Content region used to place the application switchers content.

Properties

Please note, both DOM properties and HTML attributes are shown in the table below. Unless otherwise specified, the property and attribute names are identical.

Property/AttributeReflectsTypeDefault
applicationGroupTitle
application-group-title
string'Applications'

Parts

NameDescription
baseThe component's base wrapper.

Search