Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Property(name: string, value: unknown): Property
  • Parameters

    • name: string

      the name for this property

    • value: unknown

      The value for this property. Note: the general purpose for this value-field is the value as a string, but this can be of any type, for example a dict.

    Returns Property

Properties

name

name: string

value

value: unknown

Methods

asDict

  • asDict(): {}

availableTags

  • availableTags(): Set<string>

Generated using TypeDoc