Interface: DynamicQueryResultDto
@kortexya/reasoninglayer / Row / DynamicQueryResultDto
Interface: DynamicQueryResultDto
Defined in: src/types/row.ts:201
A result from a dynamic query.
Properties
bindings?
optionalbindings:Record<string,unknown>
Defined in: src/types/row.ts:203
Variable bindings (from Bind patterns).
features
features:
Record<string,unknown>
Defined in: src/types/row.ts:205
Matched/projected features.
id
id:
string
Defined in: src/types/row.ts:207
Entity ID.
sortName
sortName:
string
Defined in: src/types/row.ts:209
Entity’s sort name.