Class Label

A single key value pair where value is always string

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

_key: string
_value: string

Accessors

  • get key(): string
  • Returns string

  • get value(): string
  • Returns string

Methods

  • Factory method for Label

    Returns

    Parameters

    • key: string
    • value: string

    Returns Label

Generated using TypeDoc