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

    Remove the trigger owner's mark from the target actor. Prefers context.targetActor (swing triggers) over hookArgs[0] (hook triggers).

    Type Declaration

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