Skip to content

Interface: LinkType

@kortexya/reasoninglayer


@kortexya/reasoninglayer / OntologyFacade / LinkType

Interface: LinkType

Defined in: src/types/ontology-facade.ts:135

One projected link type from a referring feature.

Remarks

Wire shape (LinkTypeDto) uses camelCase field names (apiName, displayName, linkedObjectTypeApiName, objectTypeApiName).

Properties

apiName

apiName: string

Defined in: src/types/ontology-facade.ts:137

Qualified apiName "<sort>.<feature>".


cardinality

cardinality: string

Defined in: src/types/ontology-facade.ts:139

Cardinality — ONE, because OSF features are functional.


displayName

displayName: string

Defined in: src/types/ontology-facade.ts:141

The feature name.


linkedObjectTypeApiName

linkedObjectTypeApiName: string

Defined in: src/types/ontology-facade.ts:143

The target object type (the feature’s value sort).


objectTypeApiName

objectTypeApiName: string

Defined in: src/types/ontology-facade.ts:145

The source object type (the sort declaring the feature).