Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetVueHeaderOptions

Options for 'getVueHeader()' function.

Hierarchy

  • GetVueHeaderOptions

Index

Properties

Optional extra

extra: string

Extra HTML.

Optional fonts

fonts: object

URLs to fonts.

Type declaration

  • Optional fa5?: string

    Font Awesome 5

  • Optional materialIcons?: string

    Material icons.

  • Optional roboto?: string

    The Roboto font.

Optional images

images: object

List of image URLs.

Type declaration

  • Optional logo?: string

    Logo.

Optional styles

styles: object

URLs of styles.

Type declaration

  • Optional app?: string

    The app style.

  • Optional vuetify?: string

    Vuetify.

Optional title

title: string

The custom page title.

Generated using TypeDoc