Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "html"

Index

Variables

Const HTML_DOCS

HTML_DOCS: Document[] = []

Const HTML_URI_PROTOCOL

HTML_URI_PROTOCOL: "vscode-deploy-reloaded-html" = "vscode-deploy-reloaded-html"

The URI protocol for opening a HTML document.

Const MergeDeep

MergeDeep: any = require('merge-deep')

Const OPEN_HTML_DOC_COMMAND

OPEN_HTML_DOC_COMMAND: "extension.deploy.reloaded.openHtmlDoc" = "extension.deploy.reloaded.openHtmlDoc"

The ID of the global command to open an HTML document.

Let nextHtmlDocId

nextHtmlDocId: number = Number.MIN_SAFE_INTEGER

Functions

openHtmlDocument

  • openHtmlDocument(html: string, title?: string, id?: any): Promise<any>
  • Opens a HTML document in a new tab.

    Parameters

    • html: string

      The HTML document (source code).

    • Optional title: string
    • Optional id: any

    Returns Promise<any>

    The promise with the result.

openMarkdownDocument

  • Opens a Markdown document in a new tab.

    Parameters

    Returns Promise<any>

    The promise with the result.

removeDocuments

Generated using TypeDoc