API Reference
Class
MermaidSequenceBlockKind
Defines the kind of a parsed Mermaid sequence block statement.
Inheritance
- Object
- MermaidSequenceBlockKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor MermaidSequenceBlock.MermaidSequenceBlock
Fields
Loop #A loop block.
Alt #An alternative branch block.
Opt #An optional branch block.
Par #A parallel branch block.
Critical #A critical region block.
Rect #A background rectangle block.
Break #A break or exception-flow block.
Else #An else branch inside an alternative block.
And #An and branch inside a parallel block.
Option #An option branch inside a critical block.
End #An end statement closing the current block.