Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GenerateHtmlDocumentOptions

Options for 'generateHtmlDocument()' function.

Hierarchy

Index

Properties

Optional getContent

getContent: function

The function that generates the (body) content.

returns

The content.

Type declaration

    • (): string
    • Returns string

Optional getFooter

The function that generates additional footer content.

Optional getHeaderButtons

getHeaderButtons: GetHeaderButtonsFunction

Custom function to generate header buttons.

getResourceUri

getResourceUri: GetResourceUriFunction

The function that returns the URI of a web view resource.

name

name: string

The (internal) name of the document.

Optional title

title: string

The optional title.

Generated using TypeDoc