Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FunctionValue

A value based on a function.

Hierarchy

  • FunctionValue

Implements

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new FunctionValue(func: Function, name?: string, thisArgs?: any): FunctionValue
  • Initializes a new instance of that class.

    Parameters

    • func: Function

      The function that provides the value.

    • Optional name: string
    • Optional thisArgs: any

    Returns FunctionValue

Properties

Private _NAME

_NAME: string

func

func: Function

The function that provides the value.

thisArgs

thisArgs: any

The underlying object / value for the function.

Accessors

name

  • get name(): string
  • The name of the value (if available).

    inheritdoc

    Returns string

value

  • get value(): any

Generated using TypeDoc