reset method

void reset()

(undocumented) Call #clear and also restore the templates, layers, layout and various Diagram properties to their original state. @expose

Implementation

void reset() {
  _i4.callMethod(
    this,
    'reset',
    [],
  );
}