Skip to content

@yantrix/mermaid-parser v0.0.2Docs


Yantrix API / @yantrix/mermaid-parser / TStateDiagramStructure

Type Alias: TStateDiagramStructure

ts
type TStateDiagramStructure: object;

Dictionary type for the structure of a state diagram.

Type declaration

actions

ts
actions: TActionsStructure;

choices

ts
choices: TChoicesStructure;

forks

ts
forks: TForksStructure;

notes

ts
notes: TNotesStructure;

states

ts
states: TStatesStructure;