Hierarchy

Constructors

Properties

globalShortcut: GlobalShortcutManager

Register/unregister global keyboard shortcut with the operating system.

globalWindow: Window
hostType: string

Display type of current Container.

Retrieve information about screen size and displays.

storage: Storage = ...

Persistent storage

uuid: string = ...

Unique v4 GUID for this Container instance

windowOptionsMap: PropertyMap = DefaultContainer.defaultWindowOptionsMap
defaultWindowOptionsMap: PropertyMap = ...
layoutsPropertyKey: string = "desktopJS-layouts"
windowNamePropertyKey: string = "desktopJS-name"
windowOptionsPropertyKey: string = "desktopJS-options"
windowUuidPropertyKey: string = "desktopJS-uuid"
windowsPropertyKey: string = "desktopJS-windows"

Accessors

Methods

  • Write a log message

    Parameters

    • level: "error" | "debug" | "info" | "warn"

      The log level for the entry

    • message: string

      The log message text

    Returns Promise<void>

  • Parameters

    • open: ((...args: any[]) => Window)
        • (...args: any[]): Window
        • Parameters

          • Rest ...args: any[]

          Returns Window

    • Rest ...args: any[]

    Returns Window