@logixjs/core
Preparing search index...
Runtime
ProgramRunContext
Interface ProgramRunContext<Sh>
interface
ProgramRunContext
<
Sh
extends
AnyModuleShape
>
{
$
:
BoundApi
<
Sh
,
never
>
;
module
:
ModuleRuntime
<
Type
<
Sh
[
"stateSchema"
]
>
,
Type
<
Sh
[
"actionSchema"
]
>
>
;
runtime
:
ManagedRuntime
<
any
,
never
>
;
scope
:
CloseableScope
;
}
Type Parameters
Sh
extends
AnyModuleShape
Index
Properties
$
module
runtime
scope
Properties
Readonly
$
$
:
BoundApi
<
Sh
,
never
>
Readonly
module
module
:
ModuleRuntime
<
Type
<
Sh
[
"stateSchema"
]
>
,
Type
<
Sh
[
"actionSchema"
]
>
>
Readonly
runtime
runtime
:
ManagedRuntime
<
any
,
never
>
Readonly
scope
scope
:
CloseableScope
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$
module
runtime
scope
@logixjs/core
Loading...