Body, Mind & Soul — API Reference
    Preparing search index...
    script: {
        configPartial: string;
        evaluate: (
            cond: any,
            __namedParameters: { actor: any; feature: any; hookArgs: any },
        ) => Promise<any>;
        hooks: string;
    }

    Evaluate an arbitrary JS expression (async so the body may use await).

    Type Declaration

    • configPartial: string
    • evaluate: (
          cond: any,
          __namedParameters: { actor: any; feature: any; hookArgs: any },
      ) => Promise<any>
    • hooks: string