AddRootOptions
typedef
Additional options available when adding a root.
Properties
attributes : RootAttributes | undefinedmodule:editor-multi-root/multirooteditor~AddRootOptions#attributesInitial attributes for the root.
data : string | undefinedmodule:editor-multi-root/multirooteditor~AddRootOptions#dataInitial data for the root.
elementName : string | undefinedmodule:editor-multi-root/multirooteditor~AddRootOptions#elementNameElement name for the root element in the model. It can be used to set different schema rules for different roots.
isUndoable : boolean | undefinedmodule:editor-multi-root/multirooteditor~AddRootOptions#isUndoableWhether creating the root can be undone (using the undo feature) or not.