Body, Mind & Soul — API Reference
    Preparing search index...
    priorTriggerHitCount: {
        configFields: { label: string; min: number; name: string; type: string }[];
        configPartial: string;
        evaluate: (
            cond: any,
            __namedParameters: { priorTriggerResults: any },
        ) => boolean;
        hooks: never[];
    }

    Numeric comparison over the count of prior triggers in this swing that landed (wasNegated !== true). cond.config.value: plain number (default ">=") or {op,val} config.

    Type Declaration

    • configFields: { label: string; min: number; name: string; type: string }[]
    • configPartial: string
    • evaluate: (cond: any, __namedParameters: { priorTriggerResults: any }) => boolean
    • hooks: never[]