Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
tools.elide.app
/
AppNamespaceKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
context
Link copied to clipboard
@get:
JvmName
(
name
=
"getContext"
)
@set:
JvmName
(
name
=
"setContext"
)
var
context
:
EnvironmentInfo
.elide.app.EnvironmentInfo context = 1;
context
Or
Null
Link copied to clipboard
val
AppNamespaceKt.Dsl
.
contextOrNull
:
EnvironmentInfo
?
Functions
clear
Context
Link copied to clipboard
fun
clearContext
(
)
.elide.app.EnvironmentInfo context = 1;
has
Context
Link copied to clipboard
fun
hasContext
(
)
:
Boolean
.elide.app.EnvironmentInfo context = 1;