Variable isAttributeCheck
isAttributeCheck: {
configFields: {
label: string;
name: string;
options: { label: string; value: string }[];
type: string;
}[];
configPartial: string;
evaluate: (cond: any, __namedParameters: { hookArgs: any }) => boolean;
hooks: string[];
}
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[]
True when the triggering check was an attribute roll (hookArgs[1].isAttribute). Optionally restricted to a specific attribute key.