core
/
dev.fritz2.dom.html
/
ScopeContext
js
Scope
Context
class
ScopeContext
(current:
Scope
)
Content copied to clipboard
Context for setting new entries to a
Scope
object.
Constructors
Functions
Properties
Constructors
ScopeContext
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