Reference Source
import {Shell} from '@adobe/coral-spectrum'
public class | source

ShellOrgSwitcher

Extends:

List → ShellOrgSwitcher

A Shell OrgSwitcher component

See:

Example:

Markup
<coral-shell-orgswitcher></coral-shell-orgswitcher>
JS constructor
new Coral.Shell.OrgSwitcher();

Member Summary

Public Members
public

Content zone where the buttons are located.

public

The item collection.

public

The search field placeholder.

public

Returns the selected workspace.

Public Members

Content zone where the buttons are located.

  • content-zone

public items: SelectableCollection source

The item collection.

  • read-only

public placeholder: String source

The search field placeholder.

  • '' by default.

public selectedItem: HTMLElement source

Returns the selected workspace.

  • read-only