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

    True when the triggering check has the specified keyword in its keywords array.

    Type Declaration

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