Options
All
  • Public
  • Public/Protected
  • All
Menu

The dependencies of an Expr.

internal

Hierarchy

  • ExprDependencies

Index

Properties

Optional featureState

featureState: undefined | false | true

true if the expression depends on the feature state.

Readonly properties

properties: Set<string> = new Set<string>()

The properties needed to evaluate the Expr.

Optional volatile

volatile: undefined | false | true

true if this expression cannot be cached.

Generated using TypeDoc