Body, Mind & Soul — API Reference
    Preparing search index...
    unmarkActor: {
        allowedTargetScopes: never[];
        configPartial: string;
        execute: (
            _outcome: any,
            __namedParameters: { actor: any; eventSubject: any; iterationTarget: any },
        ) => Promise<void>;
    }

    Remove the trigger owner's mark from the target actor. Prefers context.iterationTarget (swing triggers) over context.eventSubject (hook triggers).

    Type Declaration

    • allowedTargetScopes: never[]
    • configPartial: string
    • execute: (
          _outcome: any,
          __namedParameters: { actor: any; eventSubject: any; iterationTarget: any },
      ) => Promise<void>