@yantrix/mermaid-parser v0.0.2 • Docs
Yantrix API / @yantrix/mermaid-parser / TDiagramState
Type Alias: TDiagramState
ts
type TDiagramState: object;
Represents the processed state information for the state diagram.
Type declaration
actionsPath
ts
actionsPath: TActionPathArray;
caption
ts
caption: string;
id
ts
id: string;
notes
ts
notes: string[][];
subtree?
ts
optional subtree: TStateDiagramMatrix;