@dxos/app-framework - v0.8.2
Preparing search index...
PromiseIntentDispatcher
Type Alias PromiseIntentDispatcher
PromiseIntentDispatcher
:
<
Fields
extends
IntentParams
>
(
intent
:
IntentChain
<
any
,
any
,
any
,
Fields
>
,
)
=>
Promise
<
Simplify
<
IntentDispatcherResult
<
IntentData
<
Fields
>
,
IntentResultData
<
Fields
>
>
,
>
,
>
Invokes intents and returns the result.
Type declaration
<
Fields
extends
IntentParams
>
(
intent
:
IntentChain
<
any
,
any
,
any
,
Fields
>
,
)
:
Promise
<
Simplify
<
IntentDispatcherResult
<
IntentData
<
Fields
>
,
IntentResultData
<
Fields
>
>
,
>
,
>
Type Parameters
Fields
extends
IntentParams
Parameters
intent
:
IntentChain
<
any
,
any
,
any
,
Fields
>
Returns
Promise
<
Simplify
<
IntentDispatcherResult
<
IntentData
<
Fields
>
,
IntentResultData
<
Fields
>
>
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@dxos/app-framework - v0.8.2
Loading...
Invokes intents and returns the result.