Helper Nodes for Responders
Typedefs
-
ActionFunction(
Map<String, dynamic> params) → dynamic -
A function that is called when an action is invoked.
-
ChildChangedCallback(
String name, Node node) → void -
Represents a function that is called when a child node has changed.
-
LoadChildCallback(
String name, Map data, SimpleNodeProvider provider) → SimpleNode -
Represents a function that is called on a node when a child is loading.
-
NodeUpgradeFunction(
int from) → void -
ResolveNodeHandler(
CallbackNode node) → Future -
SimpleCallback(
) → void -
Represents a Simple Callback Function
Classes
- CallbackNode
-
A Simple Node which delegates all basic methods to given functions.
- DeleteActionNode
-
An Action for Deleting a Given Node
- DsaJsonNode
- LazyValueNode
-
A Lazy Value Node
- NodeNamer
- ResolvingNodeProvider
- SimpleActionNode
-
A Simple Action Node
- SingleNodeProvider
-
A Node Provider for a Single Node
- UpgradableNode