Skip to content

Interface: ActionParameter

@kortexya/reasoninglayer


@kortexya/reasoninglayer / OntologyFacade / ActionParameter

Interface: ActionParameter

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

One action parameter projected from an action input spec.

Remarks

Wire shape (ActionParameterDto) uses the same field names; this type is shared with the ActionType projection.

Properties

name

name: string

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

Parameter (input feature) name.


required

required: boolean

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

Whether the input is required.