Optional
classesOptional
cssyou should only use style
/css
for very special cases; use classes instead
Optional
grabbableWether the node can be grabbed and moved by the user
Optional
groupOptional
lockedWhen locked a node's position is immutable (default false)
Optional
positionThe model position of the node (optional on init, mandatory after)
Optional
renderedcan alternatively specify position in rendered on-screen pixels
Optional
scratchScratchpad data (usually temp or nonserialisable data)
Optional
selectableWhether the selection state is mutable (default true)
Optional
selectedWhether the element is selected (default false)
Optional
styleCssStyleDeclaration;
a space separated list of class names that the element has