Skip to content

Interface: DynamicAddSortRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / CDL / DynamicAddSortRequest

Interface: DynamicAddSortRequest

Defined in: src/types/cdl.ts:56

Request for dynamic sort addition (Phase 6).

Properties

featureNames?

optional featureNames: string[]

Defined in: src/types/cdl.ts:62

Feature names associated with this sort.


parentSortNames?

optional parentSortNames: 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.