version property

String version

Gets the current GoJS version.

Implementation

static _i2.String get version => _i4.getProperty(
      _declaredDiagram,
      'version',
    );
void version=(String value)

Implementation

static set version(_i2.String value) {
  _i4.setProperty(
    _declaredDiagram,
    'version',
    value,
  );
}