Interface: UninstantiatedValue
@kortexya/reasoninglayer / Values / UninstantiatedValue
Interface: UninstantiatedValue
Defined in: src/types/values.ts:47
An uninstantiated (unknown) value. Produces {"type": "Uninstantiated"}.
Represents a feature whose value has not yet been determined.
In the untagged format, this corresponds to null.
Properties
type
type:
"Uninstantiated"
Defined in: src/types/values.ts:48