Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "html"

Index

Type aliases

GetFooterFunction

GetFooterFunction: function

Function to generate (additional) footer content.

returns

The generated HTML code.

Type declaration

    • (): string
    • Returns string

GetHeaderButtonsFunction

GetHeaderButtonsFunction: function

Function to generate header buttons.

returns

The generated HTML code.

Type declaration

    • (): string
    • Returns string

GetResourceUriFunction

GetResourceUriFunction: function

The function that returns the URI of a resource.

param

The path inside the resource directory.

returns

The URI.

Type declaration

    • (path: string): vscode.Uri
    • Parameters

      • path: string

      Returns vscode.Uri

Functions

generateFooter

generateHeader

generateHtmlDocument

generateNavBarHeader

getDocumentTitle

  • getDocumentTitle(title: string): string
  • Parameters

    • title: string

    Returns string

Generated using TypeDoc