Class ROUTE_EDITION_STATUS

Enum for edition status of a route

Source : file main/Constants.js at line 307

Public getters and setters

readonly static get editedChanged : Number

The route is currently edited and changed

Source : file main/Constants.js at line 328

readonly static get editedNoChange : Number

The route is currently edited but without changes

Source : file main/Constants.js at line 321

readonly static get notEdited : Number

The route is currently not edited

Source : file main/Constants.js at line 314