Variable actionLacksKeyword
actionLacksKeyword: {
allowedTargetScopes: never[];
configPartial: string;
evaluate: (cond: any, context: any) => boolean;
hooks: string[];
}
Type Declaration
-
allowedTargetScopes: never[]
-
configPartial: string
-
evaluate: (cond: any, context: any) => boolean
-
hooks: string[]
True when the action in context does NOT have the specified keyword (and an action is present).