Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FunctionValue

A value that uses a function.

Hierarchy

  • FunctionValue

Implements

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new FunctionValue(_FUNCTION: () => any, name?: string): FunctionValue
  • Initializes a new instance of that class.

    Parameters

    • _FUNCTION: () => any

      The function that provides the value.

        • (): any
        • Returns any

    • Optional name: string

    Returns FunctionValue

Properties

Optional Readonly name

name: string

The name of the value (if available).

Accessors

value

  • get value(): any

Generated using TypeDoc