core
1.0-RC1
js
core
/
dev.fritz2.core
/
ScopeContext
Scope
Context
js
class
ScopeContext
(
current
:
Scope
)
Content copied to clipboard
Context for setting new entries to a
Scope
object.
Constructors
Functions
Properties
Constructors
Scope
Context
Link copied to clipboard
js
fun
ScopeContext
(
current
:
Scope
)
Content copied to clipboard
Functions
set
Link copied to clipboard
js
fun
<
T
:
Any
>
set
(
key
:
Scope.Key
<
T
>
,
value
:
T
)
Content copied to clipboard
Sets a new key-value-pair to the
Scope
.
Properties
scope
Link copied to clipboard
js
val
scope
:
Scope
Content copied to clipboard