DiffOutput
Defined in: src/types/index.ts:949
Diff diagram output
Properties
Section titled “Properties”height
Section titled “height”height: number;Defined in: src/types/index.ts:951
Height of the diagram in pixels
metadata
Section titled “metadata”metadata: object;Defined in: src/types/index.ts:954
Change summary metadata
added: string[];State names present in after but not before
edgeCount
Section titled “edgeCount”edgeCount: number;Number of edges in the rendered diagram
modified
Section titled “modified”modified: string[];State names modified between before and after
nodeCount
Section titled “nodeCount”nodeCount: number;Number of nodes in the rendered diagram
removed
Section titled “removed”removed: string[];State names present in before but not after
unchanged
Section titled “unchanged”unchanged: string[];State names that did not change
svg: string;Defined in: src/types/index.ts:975
Complete SVG markup as a string
width: number;Defined in: src/types/index.ts:978
Width of the diagram in pixels