treeed library

Classes

ConditionalTreeedState<T>
Special variant of TreeedState type with new methods when and whenEquals.
TreeedGroup
Treeed group of states. Use it as a parent class for your states directives (aka tree branch) or services / controllers. Example:
TreeedState<T>
Treeed state value wrapper. Use it for wrapping a value you want to observe with updating events.
TreeedUpdatable<T>
Base class for any updatable state model in Treeed.