Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "webview"

Index

Variables

Const opn

opn: any = require('opn')

Functions

getVueFooter

  • Returns the footer for an Vuetify based web site.

    Parameters

    Returns string

    The HTML code of the footer.

getVueHeader

  • Returns the header for an Vuetify based web site.

    Parameters

    Returns string

    The HTML code of the header.

getVueParts

  • Handles a value as Vue file and extracts its parts.

    Parameters

    • vue: any

      The input value.

    Returns GetVuePartsResult

    The extracted data.

trimLeadingDocumentSlashes

  • trimLeadingDocumentSlashes(val: any): string
  • Handles a value as string and removes leading document slashes.

    Parameters

    • val: any

      The input value.

    Returns string

    The output value.

Generated using TypeDoc