Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModalDialog

Hierarchy

  • ModalDialog

Index

Properties

closeTitle

closeTitle: string

The caption of the Close button.

html

html: string

Contents of the dialog body.

okTitle

okTitle: string

The caption of the OK button.

Readonly onClosed

onClosed: Event<any>

Raised when dialog closed.

Readonly onMessage

onMessage: Event<any>

Raised when the webview posts a message.

title

title: string

Title of the webview.

Methods

close

  • close(): void
  • Closes the dialog.

    Returns void

open

  • open(): void
  • Opens the dialog.

    Returns void

postMessage

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

    Parameters

    • message: any

      Body of the message.

    Returns Thenable<any>

Generated using TypeDoc