Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Properties

Readonly agreementConditions

agreementConditions: AgreementCondition[] = [{test: (state, update) => this.withActiveState(state, () =>Promise.all(this.statutes.map(statute => statute.test(state, update))))}]

Readonly constraints

constraints: MeldConstraint[] = [{check: (state, update) => this.withActiveState(state, () =>Promise.all(this.statutes.map(statute => statute.check(state, update))))}]

Methods

initialise

onUpdate

withActiveState

Legend

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

Generated using TypeDoc. Delivered by Vercel. @m-ld/m-ld - v0.8.2 Source code licensed MIT. Privacy policy