Body, Mind & Soul — API Reference
    Preparing search index...
    valueMatches: {
        configPartial: string;
        evaluate: (cond: any, context: any) => Promise<boolean>;
        hooks: string;
    }

    True when two operands satisfy the configured operator. config = { lhs: "hookArgs.1.applied", op: ">=", rhs: "{cha} + 2" } Each side accepts a context path, a formula ({attr}, {{draw}}, @attr), or a plain number.

    Type Declaration

    • configPartial: string
    • evaluate: (cond: any, context: any) => Promise<boolean>
    • hooks: string