Search
Preparing search index...
The search index is not available
@everett-protocol/cosmosjs
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"core/context"
ImmutableContext
Class ImmutableContext<T>
Type parameters
T
Hierarchy
ImmutableContext
Context
Index
Constructors
constructor
Methods
get
set
Constructors
constructor
new
Immutable
Context
(
context
:
T
)
:
ImmutableContext
Parameters
context:
T
Returns
ImmutableContext
Methods
get
get<K>
(
key
:
K
)
:
T[K]
Type parameters
K
:
keyof T
Parameters
key:
K
Returns
T[K]
set
set<K>
(
key
:
K
, value
:
T[K]
)
:
ImmutableContext
<
T
>
Type parameters
K
:
keyof T
Parameters
key:
K
value:
T[K]
Returns
ImmutableContext
<
T
>
Globals
"core/context"
Context
Immutable
Context
constructor
get
set
IContext
Generated using
TypeDoc