Table of contents
class EnvironmentManager {}

Constructor

Constructs a new instance of the EnvironmentManager class

Parameters
NameDescription

editor

Editor

Properties

editor

editor: Editor

isAndroid

Whether the editor is running on Android.

readonly isAndroid: boolean

isChromeForIos

Whether the editor is running on iOS.

readonly isChromeForIos: boolean

isFirefox

Whether the editor is running on Firefox.

readonly isFirefox: boolean

isIos

Whether the editor is running on iOS.

readonly isIos: boolean

isSafari

Whether the editor is running in Safari.

readonly isSafari: boolean

Ellipse2dErrorBoundary