toggle menu
fritz2
js
switch theme
search in API
core
/
dev.fritz2.core
/
ScopeContext
Scope
Context
js
class
ScopeContext
(
current
:
Scope
)
Context for setting new entries to a
Scope
object.
Members
Constructors
Scope
Context
Link copied to clipboard
js
constructor
(
current
:
Scope
)
Properties
scope
Link copied to clipboard
js
val
scope
:
Scope
Functions
set
Link copied to clipboard
js
fun
<
T
:
Any
>
set
(
key
:
Scope.Key
<
T
>
,
value
:
T
)
Sets a new key-value-pair to the
Scope
.