EnvironmentManager

See source code
Table of contents
class EnvironmentManager {}

Constructor

Constructs a new instance of the EnvironmentManager class

Parameters

NameDescription

editor


Properties

editor

editor: Editor

isAndroid

readonly

Whether the editor is running on Android.

readonly isAndroid: boolean

isChromeForIos

readonly

Whether the editor is running on iOS.

readonly isChromeForIos: boolean

isFirefox

readonly

Whether the editor is running on Firefox.

readonly isFirefox: boolean

isIos

readonly

Whether the editor is running on iOS.

readonly isIos: boolean

isSafari

readonly

Whether the editor is running in Safari.

readonly isSafari: boolean

Prev
Ellipse2d
Next
ErrorBoundary