Options
All
  • Public
  • Public/Protected
  • All
Menu
experimental

The context represents the current state and execution of the flow graph. It contains both user-defined variables, which are derived from a more general variable definition, and execution variables that are set by the blocks.

Hierarchy

  • FlowGraphContext

Index

Constructors

Methods

  • getVariable(name: string): any
  • Get a user-defined variable.

    Parameters

    • name: string

    Returns any

  • hasVariable(name: string): boolean
  • Check if a user-defined variable is defined.

    Parameters

    • name: string

    Returns boolean

  • setVariable(name: string, value: any): void
  • Set a user-defined variable.

    Parameters

    • name: string
    • value: any

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme