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: function, name?: string): FunctionValue
  • Initializes a new instance of that class.

    Parameters

    • _FUNCTION: function

      The function that provides the value.

        • (): any
        • Returns any

    • Optional name: string

    Returns FunctionValue

Properties

Private _FUNCTION

_FUNCTION: function

The function that provides the value.

Type declaration

    • (): any
    • Returns any

Optional name

name: string

Accessors

value

  • get value(): any
  • The value.

    inheritdoc

    Returns any

Generated using TypeDoc