Search
NodeListView.shapeLibraryLocation Property
See Also
 





Gets 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: NodeListView.js

 Syntax

JavaScript  Copy Code

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

 Property Value

String

URL of a shape library file containing custom shape definitions.

 See Also