@dxos/app-framework - v0.8.3
Preparing search index...
IntentDispatcher
Type Alias IntentDispatcher
IntentDispatcher
:
<
Fields
extends
IntentParams
>
(
intent
:
IntentChain
<
any
,
any
,
any
,
Fields
>
,
depth
?:
number
,
)
=>
Effect.Effect
<
Simplify
<
Required
<
IntentDispatcherResult
<
IntentData
<
Fields
>
,
IntentResultData
<
Fields
>
>
,
>
[
"data"
]
,
>
,
Error
,
>
Creates an effect for intents.
Type declaration
<
Fields
extends
IntentParams
>
(
intent
:
IntentChain
<
any
,
any
,
any
,
Fields
>
,
depth
?:
number
,
)
:
Effect.Effect
<
Simplify
<
Required
<
IntentDispatcherResult
<
IntentData
<
Fields
>
,
IntentResultData
<
Fields
>
>
,
>
[
"data"
]
,
>
,
Error
,
>
Type Parameters
Fields
extends
IntentParams
Parameters
intent
:
IntentChain
<
any
,
any
,
any
,
Fields
>
Optional
depth
:
number
Returns
Effect.Effect
<
Simplify
<
Required
<
IntentDispatcherResult
<
IntentData
<
Fields
>
,
IntentResultData
<
Fields
>
>
,
>
[
"data"
]
,
>
,
Error
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@dxos/app-framework - v0.8.3
Loading...
Creates an effect for intents.