@dxos/app-framework - v0.8.2
    Preparing search index...

    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