Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Value

Represents a value that a node in the Wrattler dependency graph evaluates to. Each language can use its own custom internal values, but there are a few standard types of values that Wrattler looks for and recognizes. A value is identified by a kind which is either one of the standard values or custom language-specific string.

Hierarchy

Index

Properties

Properties

kind

kind: string

A tag that is used for pattern matching on KnownValue instances. For custom values used by a new language, make sure to use a sufficiently unique string!

Generated using TypeDoc