Enums

enum CommitType string

Defines commit types

case highlight 'HIGHLIGHT'
case normal 'NORMAL'
case reverse 'REVERSE'
enum Direction

Diagram rendering direction

case bt 'BT'

Bottom to top

case lr 'LR'

Left to right

case tb 'TB'

Top to bottom