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

    Find and disable (suspend) a named ActiveEffect on the target actor (or owner if no target). Config: { effectName }

    Type Declaration

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