Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / DecisionChainRow

Interface: DecisionChainRow

Defined in: packages/core/dist/index.d.ts

One authority record of the chain, seq-ordered.

Properties

PropertyTypeDescriptionDefined in
authorizedBy?numberPresent on abandons: the seq of the sanctioning entry (canonical entry.abandon).packages/core/dist/index.d.ts
by?ResolutionByPresent on resolutions: who resolved (canonical entry.resolution.by first).packages/core/dist/index.d.ts
decisionRef?numberPresent on class-decision resolutions: the class decision's seq.packages/core/dist/index.d.ts
decisionType?stringPresent when the journaled value names its decision type.packages/core/dist/index.d.ts
keystring-packages/core/dist/index.d.ts
kindEntryKind-packages/core/dist/index.d.ts
scopestring-packages/core/dist/index.d.ts
seqnumber-packages/core/dist/index.d.ts
statusEntryStatus-packages/core/dist/index.d.ts
target?numberPresent on resolutions and abandons: the referenced seq.packages/core/dist/index.d.ts
value?JsonThe journaled value verbatim when the entry carries one; on a canonical resolution with no entry value, the resolution's own decision value (what the ask was resolved WITH).packages/core/dist/index.d.ts