Search
Diagram.shapeLibraryLocation Property
See Also
 





Gets or sets the location of a shape library file containing custom shape definitions. It can be set to a full URL of the file, or a relative file path.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get shapeLibraryLocation() {}
set shapeLibraryLocation(value) {}

 Property Value

String

The location of a shape library file containing custom shape definitions.

 See Also