Interface: SetFeatureResponse
@kortexya/reasoninglayer / ProofEngine / SetFeatureResponse
Interface: SetFeatureResponse
Defined in: src/types/proof-engine.ts:315
Response after setting a feature on a term.
Properties
featureName
featureName:
string
Defined in: src/types/proof-engine.ts:317
Name of the feature that was set.
success
success:
boolean
Defined in: src/types/proof-engine.ts:319
Whether the operation succeeded.
termId
termId:
string
Defined in: src/types/proof-engine.ts:321
Term ID the feature was set on.