Body, Mind & Soul — API Reference
    Preparing search index...
    useAction: {
        configPartial: string;
        execute: (
            outcome: any,
            __namedParameters: { actionData: any; actor: any },
        ) => Promise<void>;
    }

    Find an action item on the actor by name, consume its resources, and queue it with resolutionTime = 0 (instant foreswing). Config: { actionName: string }

    Type Declaration

    • configPartial: string
    • execute: (
          outcome: any,
          __namedParameters: { actionData: any; actor: any },
      ) => Promise<void>