Skip to content

Type Alias: EdgeTypeDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Visualization / EdgeTypeDto

Type Alias: EdgeTypeDto

EdgeTypeDto = "subtype" | "multiple_inheritance" | "glb_path" | "lub_path" | "constraint_dependency" | "propagation" | "feature" | "coreference" | "trigger_dependency" | "relation_source" | "relation_target" | "identity" | "derivation" | { custom: string; }

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

Edge type in the visualization graph.

Remarks

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