Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StaticValue

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 name

name: string

value

value: any

The value.

Generated using TypeDoc