checkHasKeyword: {
configFields: {
comboboxSource: string;
label: string;
name: string;
placeholder: string;
type: string;
}[];
configPartial: string;
evaluate: (cond: any, __namedParameters: { hookArgs: any }) => any;
hooks: string[];
}
Type Declaration
-
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.