kstatemachine
kstatemachine copied to clipboard
How to do parallel data states?
I have a DataState that is called StateA with ChildMode.PARALLEL, how do I make sure its child datastates get the original data? I keep getting Last data is not available yet in
Hi, DataState can receive its data by two ways:
- By
DataEventtargeting this state - By default data value set on state creation point
Data is NOT propagated over DataState hierarchy in some way.
closing as stale