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

ShellOrganization

Extends:

ListItem → ShellOrganization

Direct Subclass:

ShellSuborganization

A Shell Organization component

See:

Example:

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

Member Summary

Public Members
public

The item collection.

public

The name of this organization.

public

Whether this organization is selected.

public

Returns the selected workspace.

Public Members

public items: SelectableCollection source

The item collection.

  • read-only

public name: String source

The name of this organization.

  • "" by default.
  • reflected

public selected: Boolean source

Whether this organization is selected.

  • false by default.
  • reflected

public selectedItem: HTMLElement source

Returns the selected workspace.

  • read-only