Package-level declarations

Types

Link copied to clipboard
abstract class Environment(val type: EnvironmentType)

Describes an Environment of the multiplatform project execution

Link copied to clipboard

The different types of Environments

Link copied to clipboard

Environment of type Java

Link copied to clipboard

Environment of type JavaScript

Properties

Link copied to clipboard
external val document: dynamic
Link copied to clipboard
external val process: dynamic
Link copied to clipboard
external val window: dynamic

Functions

Link copied to clipboard

Returns the running environment