RIDDL Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Invariants

An invariant is a logical expression that must always hold true. They can be used to validate state changes in entities, or parameter values in functions.

Occurs In

  • Entities - specifies a rule on the state of an entity
  • Functions - specifies a rule on the input parameters of a function

Contains

Nothing