Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EvaluationSuccess

When a language plugin succesfully evaluates a graph node, it returns a value of this type with value set to the resulting value.

Hierarchy

  • EvaluationSuccess

Index

Properties

Properties

kind

kind: "success"

A tag that can be used for pattern matching on EvaluationResult values

value

value: Value

The value to be attached to a graph node. This can be any value, including custom language-specific ones.

Generated using TypeDoc