Search
ShapeDesigner.create Method
See Also
 





Creates and initializes a new ShapeDesigner from the specified element. This method is static and can be called without creating an instance of the class.

Namespace: MindFusion.Diagramming.Controls
File: ShapeDesigner.js

 Syntax

JavaScript  Copy Code

function create (element)

 Parameters

element

HTMLDivElement. The DOM element that the ShapeDesigner should be attached to.

 Return Value

ShapeDesigner. The newly created ShapeDesigner object.

 See Also