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

getCustomCSSUri

  • getCustomCSSUri(): Uri
  • Returns the (possible) URI of the 'custom.css' file for the views.

    Returns Uri

    The URI of (a) 'custom.css' file.

Generated using TypeDoc