Options
All
  • Public
  • Public/Protected
  • All
Menu

The shell taskbar.

Hierarchy

  • ShellTaskbar

Index

Methods

activateAppBar

  • activateAppBar(winId: string, click?: boolean): void
  • Activates an appbar for the specified window.

    Parameters

    • winId: string

      The window id to activate the app bar for.

    • Optional click: boolean

      Whether to trigger the click event.

    Returns void

assign

  • assign(el: HTMLElement): void
  • Assigns an element the taskbar role.

    Parameters

    • el: HTMLElement

      The element to use as the taskbar.

    Returns void

createWindowAppBar

  • Creates an appbar for the specified window.

    Parameters

    Returns void

deactivateAppBar

  • deactivateAppBar(winId: string): void
  • Deactivates an appbar for the specified window.

    Parameters

    • winId: string

      The window id to use.

    Returns void

destroyAppBar

  • destroyAppBar(winId: string): void
  • Destroys an appbar.

    Parameters

    • winId: string

      The window id to use.

    Returns void

registerNotifyIcon

  • Registers a notification icon in the notification area of the taskbar.

    Parameters

    Returns void

setVisibility

  • setVisibility(visible?: boolean): void
  • Sets the visibility of the taskbar.

    Parameters

    • Optional visible: boolean

      Whether to show it or not (default = true).

    Returns void

Generated using TypeDoc