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

    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