ReadonlyallAll state setting properties
ReadonlydangerThe danger state setting properties
ReadonlyinfoThe info state setting properties
ReadonlykeyThe unique key for the node. It is unique from all other nodes in the ThemeBuilder
ReadonlynameThe name of the node, which is unique relative to it's siblings
ReadonlyreadyProperty set to true when everything is ready
ReadonlyrequiredIs this a required atom?
ReadonlysuccessThe success state setting properties
ReadonlywarningThe warning state setting properties
Add a dependency to another node in the tree
Set a listener on this node
The name of the listener.
The callback to call when an event occurs.
OptionaleventTypes: EventType[]The types of events to wait for. If none are specified, listen for all events.
The ListenerSubscription which should be canceled to stop listening.
The state settings atom.