Search
Diagram.version Property
See Also
 





Gets a string identifying current version of the library.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

get version() {}
set version(value) {}

 Property Value

String

A string in "major.minor.revision" format.

 See Also