Options
All
  • Public
  • Public/Protected
  • All
Menu

This file is part of dHealth dApps Framework shared under LGPL-3.0 Copyright (C) 2022-present dHealth Network, All rights reserved.

package

dHealth dApps Framework

subpackage

Vue Frontend

author

dHealth Network devs@dhealth.foundation

license

LGPL-3.0

Hierarchy

  • Template

Index

Properties

Properties

body?: string

The template body HTML. This should be formatted using Vue's syntax for augmented HTML.

In case this is left empty, a generator entry will be expected to generate the template body.

var

{string}

The template generator function. This is optional and should be used only if template generation is more complex than using a string-typed template.

var

{TemplateGeneratorFunction}

Generated using TypeDoc