sverweij / state-machine-cat

write beautiful state charts :scream_cat:
https://state-machine-cat.js.org
MIT License
802 stars 45 forks source link

Initial state #202

Closed qarlosalberto closed 1 year ago

qarlosalberto commented 1 year ago

I have a state named "initial". Is it possible to show it as a normal state?

sverweij commented 1 year ago

Hi @qarlosalberto - yes it is! You can use the type attribute for that - see overriding the ype of a state in the README

qarlosalberto commented 1 year ago

Thanks!!!!