Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
index
OnlineContext
Function OnlineContext
Online
Context
(
options
)
:
{
[toStringTag]
:
string
;
act
<
T
>
(
actor
:
(
(
context
:
ActionContext
)
=>
MaybePromise
<
T
>
)
)
:
MaybePromise
<
T
>
;
}
Operate in online context. Public Matter API interactions happen in online context.
Parameters
options
:
Options
Returns
{
[toStringTag]
:
string
;
act
<
T
>
(
actor
:
(
(
context
:
ActionContext
)
=>
MaybePromise
<
T
>
)
)
:
MaybePromise
<
T
>
;
}
[to
String
Tag]
:
string
act
:
function
act
<
T
>
(
actor
)
:
MaybePromise
<
T
>
Type Parameters
T
Parameters
actor
:
(
(
context
:
ActionContext
)
=>
MaybePromise
<
T
>
)
(
context
)
:
MaybePromise
<
T
>
Parameters
context
:
ActionContext
Returns
MaybePromise
<
T
>
Returns
MaybePromise
<
T
>
Index
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...
Operate in online context. Public Matter API interactions happen in online context.