Skip to content

Interface: ActionType

@kortexya/reasoninglayer


@kortexya/reasoninglayer / OntologyFacade / ActionType

Interface: ActionType

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

One projected action type from the system action-spec catalog.

Remarks

Wire shape (ActionTypeDto) uses camelCase field names (apiName, displayName).

Properties

apiName

apiName: string

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

Action sort name (Palantir action-type apiName).


displayName

displayName: string

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

Human-facing name (the action sort name).


parameters

parameters: ActionParameter[]

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

Parameters — required inputs first, then optional.