Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkspaceApp

A workspace app.

Hierarchy

  • Disposable
    • WorkspaceApp

Index

Properties

Optional Readonly button

button: StatusBarItem

The underlying button, if defined.

Readonly description

description: string

A description of the app.

Readonly detail

detail: string

Detail information.

Readonly name

name: string

The (display) name.

Readonly open

open: () => Promise<false | Disposable>

Opens the app.

returns

The promise that stores the new web view instance or (false) if operation failed.

Type declaration

    • (): Promise<false | Disposable>
    • Returns Promise<false | Disposable>

Readonly view

view: Disposable

Gets the current web view instance.

Methods

dispose

  • dispose(): any
  • Dispose this object.

    Returns any

Generated using TypeDoc