Body, Mind & Soul — API Reference
    Preparing search index...
    isAttributeCheck: {
        configFields: {
            label: string;
            name: string;
            options: { label: string; value: string }[];
            type: string;
        }[];
        configPartial: string;
        evaluate: (cond: any, __namedParameters: { hookArgs: any }) => boolean;
        hooks: string[];
    }

    True when the triggering check was an attribute roll (hookArgs[1].isAttribute). Optionally restricted to a specific attribute key.

    Type Declaration

    • configFields: {
          label: string;
          name: string;
          options: { label: string; value: string }[];
          type: string;
      }[]
    • configPartial: string
    • evaluate: (cond: any, __namedParameters: { hookArgs: any }) => boolean
    • hooks: string[]