Skip to content

Type Alias: OutputFormat

ts
type OutputFormat = "svg" | "dot" | "xdot" | "json" | "plain" | "plain-ext" | "imap" | "cmapx";

Defined in: render/public.ts:28

Supported output formats. Closed string union matching the built-in renderers registered by createDefaultContext.