OptionalbordersWhen resizeMethod is "borders", set this to make the borders visible. Internally this just sets a CSS class on the draw skeleton's parent DOM element, and the appearance of the borders is then controlled via CSS.
OptionalconstrainDefaults to true, meaning groups will not be shrunk to the point that one or more of their child vertices is no longer visible.
OptionalheightAttribute to use for vertex height - defaults to 'height'
OptionalignoreDefaults to false, meaning size changes conform to an underlying grid, if present
OptionalleftAttribute to use for vertex left position - defaults to 'left'
OptionalminimumMinimum height the user can shrink a vertex to. Defaults to 30.
OptionalminimumMinimum width the user can shrink a vertex to. Defaults to 30.
OptionalonDefaults to false, meaning the drawing tool plugin switches on whenever a new vertex is selected.
OptionalonOptional callback invoked after an edit has occurred
OptionalpayloadOptional helper method you can supply which will augment the changes being made by an update in the drawing tools.
OptionalresizeMethod to use for resize - handles on the corners, or borders. Defaults to handles.
OptionaltopAttribute to use for vertex top position - defaults to 'top'
OptionalwidthAttribute to use for vertex width - defaults to 'width'
Options for the drawing tools plugin