Options
All
  • Public
  • Public/Protected
  • All
Menu

A value running code.

Hierarchy

  • CodeValue

Implements

Index

Constructors

Properties

Accessors

Constructors

constructor

  • Initializes a new instance of that class.

    Parameters

    • code: string

      The code to execute.

    • otherValues: ValueProvider

      Provides the other values.

    • Optional name: string

    Returns CodeValue

Properties

Readonly code

code: string

Optional Readonly name

name: string

The name of the value (if available).

Readonly otherValues

otherValues: ValueProvider

Accessors

value

  • get value(): any

Generated using TypeDoc