Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CodeValue

A value running code.

Hierarchy

  • CodeValue

Implements

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new CodeValue(code: string, otherValues: ego_contracts.ValueProvider, name?: string): CodeValue
  • Initializes a new instance of that class.

    Parameters

    • code: string

      The code to execute.

    • otherValues: ego_contracts.ValueProvider

      Provides the other values.

    • Optional name: string

    Returns CodeValue

Properties

code

code: string

The code to execute.

Optional name

name: string

otherValues

otherValues: ego_contracts.ValueProvider

Provides the other values.

Accessors

value

  • get value(): any
  • The value.

    inheritdoc

    Returns any

Generated using TypeDoc