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