State Machine (@state)
Planned Syntax
@state
[states]
idle:Idle|initial
loading:Loading
ready:Ready
error:Error
closed:Closed|final
[transitions]
idle->loading:start
loading->ready:success
loading->error:failure
ready->loading:refresh
error->idle:retry
ready->closed:closeUse Cases
Planned Features
Feature
Description
Current Alternatives
Roadmap
Get Notified
Last updated