Interface: SortIdValue
@kortexya/reasoninglayer / Values / SortIdValue
Interface: SortIdValue
Defined in: src/types/values.ts:64
A reference to a sort by UUID. Produces {"type": "SortId", "value": "uuid"}.
Used by homoiconic meta-constraints (e.g. sort_constraint) whose feature
targets a sort as a first-class value. Maps to the backend Value::SortId
variant which the chainer dispatches directly.
Properties
type
type:
"SortId"
Defined in: src/types/values.ts:65
value
value:
string
Defined in: src/types/values.ts:66