Body, Mind & Soul — API Reference
    Preparing search index...
    isVectorCheck: {
        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 a vector roll (hookArgs[1].isVector). Optionally restricted to a specific vector 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[]