@logixjs/core
Preparing search index...
Runtime
openProgram
Function openProgram
openProgram
<
Sh
extends
AnyModuleShape
>
(
root
:
AnyModule
|
ModuleImpl
<
any
,
Sh
,
any
>
,
options
?:
OpenProgramOptions
,
)
:
Effect
<
ProgramRunContext
<
Sh
>
,
unknown
,
Scope
>
Resourceful entry: returns a scope-bound ProgramRunContext (booted and ready).
Type Parameters
Sh
extends
AnyModuleShape
Parameters
root
:
AnyModule
|
ModuleImpl
<
any
,
Sh
,
any
>
Optional
options
:
OpenProgramOptions
Returns
Effect
<
ProgramRunContext
<
Sh
>
,
unknown
,
Scope
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@logixjs/core
Loading...
Resourceful entry: returns a scope-bound ProgramRunContext (booted and ready).