defines ID of the root item for autoplacement
webix.ui({
view:"diagram",
root:"root",
});
The root property defines the origin from which auto-branching starts. If the root is not specified, Diagram will define it itself. Requires autoplace to be enabled.