Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WebviewsMain

Implemented by

Index

Methods

  • $createWebviewPanel(handle: string, viewType: string, title: string, showOptions: WebviewPanelShowOptions, options: WebviewPanelOptions & WebviewOptions): void
  • $disposeWebview(handle: string): void
  • $postMessage(handle: string, value: any): Thenable<boolean>
  • $registerSerializer(viewType: string): void
  • $reveal(handle: string, showOptions: WebviewPanelShowOptions): void
  • $setBadge(handle: string, badge: undefined | ViewBadge): void
  • $setHtml(handle: string, value: string): void
  • $setIconPath(handle: string, value: undefined | IconUrl): void
  • $setOptions(handle: string, options: WebviewOptions): void
  • $setTitle(handle: string, value: string): void
  • $unregisterSerializer(viewType: string): void