Interface: DynamicAddSortRequest
@kortexya/reasoninglayer / CDL / DynamicAddSortRequest
Interface: DynamicAddSortRequest
Defined in: src/types/cdl.ts:56
Request for dynamic sort addition (Phase 6).
Properties
featureNames?
optionalfeatureNames:string[]
Defined in: src/types/cdl.ts:62
Feature names associated with this sort.
parentSortNames?
optionalparentSortNames:string[]
Defined in: src/types/cdl.ts:60
Names of parent sorts in the hierarchy.
sortName
sortName:
string
Defined in: src/types/cdl.ts:58
Name of the new sort.