Class TOOLBAR_POSITION

Enum for the toolbars position

Source : file main/Constants.js at line 367

Public getters and setters

readonly static get bottomLeft : String

The toolbar will be displayed on the bottom left corner of the screen

Source : file main/Constants.js at line 388

readonly static get bottomRight : String

The toolbar will be displayed on the bottom right corner of the screen

Source : file main/Constants.js at line 395

readonly static get topLeft : String

The toolbar will be displayed on the top left corner of the screen

Source : file main/Constants.js at line 374

readonly static get topRight : String

The toolbar will be displayed on the top right corner of the screen

Source : file main/Constants.js at line 381