Variable refreshYamlObject
Refresh any object defined from yaml. The key is the typeid of the type.
Declaration
module dash.components.component;
// ...
void delegate(YamlObject, dyaml. node. Node)
refreshYamlObject;
// ...
Refresh any object defined from yaml. The key is the typeid of the type.
module dash.components.component;
// ...
void delegate(YamlObject, dyaml. node. Node)
refreshYamlObject;
// ...