EnvironmentManager
See source codeTable of contents
class EnvironmentManager {}
Constructor
Constructs a new instance of the EnvironmentManager
class
Parameters
Name | Description |
---|---|
|
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
Ellipse2dNext
ErrorBoundary