Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WebviewImpl

Implements

  • Webview

Index

Constructors

constructor

Properties

Private _html

_html: string

Private _options

_options: WebviewOptions

Private isDisposed

isDisposed: boolean = false

Readonly onDidReceiveMessage

onDidReceiveMessage: Event<any> = ...

Readonly onMessageEmitter

onMessageEmitter: Emitter<any> = ...

Readonly plugin

plugin: Plugin

Accessors

cspSource

  • get cspSource(): string

html

  • get html(): string
  • set html(value: string): void

options

  • get options(): WebviewOptions
  • set options(newOptions: WebviewOptions): void

Methods

asWebviewUri

  • asWebviewUri(resource: Uri): Uri

Private checkIsDisposed

  • checkIsDisposed(): void

dispose

  • dispose(): void

postMessage

  • postMessage(message: any): PromiseLike<boolean>

Static toWebviewOptions