Options
All
  • Public
  • Public/Protected
  • All
Menu

A static value.

Hierarchy

  • StaticValue

Implements

Index

Constructors

Properties

Constructors

constructor

  • new StaticValue(value: any, name?: string): StaticValue
  • Initializes a new instance of that class.

    Parameters

    • value: any

      The value.

    • Optional name: string

    Returns StaticValue

Properties

Optional Readonly name

name: string

The name of the value (if available).

Readonly value

value: any

The value.

Generated using TypeDoc