Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WebviewImpl

Implements

  • Webview

Index

Constructors

Properties

_html: string
_options: WebviewOptions
isDisposed: boolean = false
onDidReceiveMessage: Event<any> = ...
onMessageEmitter: Emitter<any> = ...
plugin: Plugin

Accessors

  • get cspSource(): string
  • get html(): string
  • set html(value: string): void
  • get options(): WebviewOptions
  • set options(newOptions: WebviewOptions): void

Methods

  • asWebviewUri(resource: Uri): Uri
  • checkIsDisposed(): void
  • dispose(): void
  • postMessage(message: any): PromiseLike<boolean>