Callback to override how a child of this node is loaded. If this method returns null, the default strategy is used.
Source
SimpleNode onLoadChild(String name, Map data, SimpleNodeProvider provider) {
return null;
}
Callback to override how a child of this node is loaded. If this method returns null, the default strategy is used.
SimpleNode onLoadChild(String name, Map data, SimpleNodeProvider provider) {
return null;
}