Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DashboardWebview

Hierarchy

  • DashboardWebview

Index

Properties

Readonly connection

connection: Connection

The connection info for the dashboard the webview exists on

html

html: string

Contents of the dialog body.

Readonly onClosed

onClosed: Event<any>

Raised when the webview closed.

Readonly onMessage

onMessage: Event<any>

Raised when the webview posts a message.

Readonly serverInfo

serverInfo: ServerInfo

The info on the server for the webview dashboard

Methods

postMessage

  • postMessage(message: any): Thenable<any>
  • Post a message to the webview.

    Parameters

    • message: any

      Body of the message.

    Returns Thenable<any>

Generated using TypeDoc