Skip to content

Type Alias: LayoutAlgorithmDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Visualization / LayoutAlgorithmDto

Type Alias: LayoutAlgorithmDto

LayoutAlgorithmDto = "force_directed" | "sugiyama" | "circular" | "grid" | "radial" | { custom: string; }

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

Layout algorithm hint for graph rendering.

Remarks

Can be a predefined algorithm or a custom algorithm name.