Skip to content

Type Alias: NodeTypeDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Visualization / NodeTypeDto

Type Alias: NodeTypeDto

NodeTypeDto = "sort" | "synthetic_sort" | "root_sort" | "bottom_sort" | "constraint" | "fd_variable" | "term" | "feature" | "reference" | "residuated_term" | "trigger" | "relation" | "rule" | { custom: string; }

Defined in: src/types/visualization.ts:43

Node type in the visualization graph.

Remarks

Can be a predefined node type or a custom type name.