Environment

abstract class Environment(val type: EnvironmentType)(source)

Describes an Environment of the multiplatform project execution

Inheritors

Constructors

Link copied to clipboard
constructor(type: EnvironmentType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is the Environment a JVM Environment

Link copied to clipboard

Is the Environment a JavaScript Environment

Link copied to clipboard

Is the Environment a JavaScript Environment inside a browser

Link copied to clipboard

Is the Environment a JavaScript Environment that has Node functions available (such as fs or path lib)

Link copied to clipboard

The type of the Environment

Functions

Link copied to clipboard

Casts this Environment to a JavaScriptEnvironment

Link copied to clipboard

Casts this Environment to a JavaScriptEnvironment