Variable createYamlObject
Used to create objects from yaml. The key is the YAML name of the type.
Declaration
module dash.components.component;
// ...
YamlObject delegate(dyaml. node. Node)
createYamlObject;
// ...
Used to create objects from yaml. The key is the YAML name of the type.
module dash.components.component;
// ...
YamlObject delegate(dyaml. node. Node)
createYamlObject;
// ...