Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ApplicationShell

The namespace for ApplicationShell class statics.

Index

Type aliases

Area

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

The areas of the application shell where widgets can reside.

OpenToSideMode

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

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

Variables

Const DEFAULT_OPTIONS

DEFAULT_OPTIONS: Readonly<Options> = ...

The default values for application shell options.

Functions

isOpenToSideMode

isSideArea

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

isValidArea

  • isValidArea(area?: any): area is Area