Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ApplicationShell

The namespace for ApplicationShell class statics.

Index

Type Aliases

Area: "main" | "top" | "left" | "right" | "bottom" | "secondaryWindow"

The areas of the application shell where widgets can reside.

OpenToSideMode: "open-to-left" | "open-to-right"

Whether a widget should be opened to the side tab bar relatively to the reference widget.

Variables

DEFAULT_OPTIONS: Readonly<ApplicationShell.Options> = ...

The default values for application shell options.

areaLabels: Record<Area, string> = ...

Functions

  • isSideArea(area?: string): area is "bottom" | "left" | "right"
  • isValidArea(area?: unknown): area is Area