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

    Reduce the remaining tracker duration of the effect that owns this trigger. Finds the tracker entry whose activeEffectId matches effectDoc.id. Config: { amount }

    Type Declaration

    • configPartial: string
    • execute: (outcome: any, context: any) => Promise<void>