@logixjs/core
Preparing search index...
Reflection
FullCutoverGateTrialRunOptions
Interface FullCutoverGateTrialRunOptions<Sh>
interface
FullCutoverGateTrialRunOptions
<
Sh
extends
AnyModuleShape
>
{
interaction
?:
(
runtime
:
any
)
=>
Effect
<
void
,
any
,
any
>
;
layer
?:
Layer
<
any
,
any
,
any
>
;
runId
?:
string
;
runtimeServicesInstanceOverrides
?:
Readonly
<
Record
<
string
,
RuntimeServiceOverride
>
,
>
;
}
Type Parameters
Sh
extends
AnyModuleShape
Index
Properties
interaction?
layer?
run
Id?
runtime
Services
Instance
Overrides?
Properties
Optional
Readonly
interaction
interaction
?:
(
runtime
:
any
)
=>
Effect
<
void
,
any
,
any
>
Optional
Readonly
layer
layer
?:
Layer
<
any
,
any
,
any
>
Optional
Readonly
run
Id
runId
?:
string
Optional
Readonly
runtime
Services
Instance
Overrides
runtimeServicesInstanceOverrides
?:
Readonly
<
Record
<
string
,
RuntimeServiceOverride
>
,
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
interaction
layer
run
Id
runtime
Services
Instance
Overrides
@logixjs/core
Loading...