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

ShellWorkspaces

Expression Extends:

class ShellWorkspaces extends BaseComponent(HTMLElement)

Mixin Extends:

HTMLElement, BaseComponent

A Shell Workspaces component

See:

Example:

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

Member Summary

Public Members
public

The item collection.

public

Returns the selected workspace.

Public Members

public items: SelectableCollection source

The item collection.

  • read-only

public selectedItem: HTMLElement source

Returns the selected workspace.

  • read-only