Type Alias: BuiltinEngine
ts
type BuiltinEngine =
| "dot"
| "neato"
| "fdp"
| "sfdp"
| "circo"
| "twopi"
| "osage"
| "patchwork";Defined in: gvc/context.ts:119
The layout engines bundled by the default context (see makeContext in src/index.ts — the source of truth for what renderSvg registers). Mirrors the const char *engine plugin keys of C's gvLayout.
See
lib/gvc/gvc.h:gvLayout