Fixes and improvements
This commit is contained in:
@@ -4,6 +4,10 @@ export type CheckType =
|
||||
| "attribute-equals"
|
||||
| "css-property"
|
||||
| "element-count"
|
||||
| "interaction-text-contains"
|
||||
| "interaction-attribute-equals"
|
||||
| "interaction-css-property"
|
||||
| "interaction-element-count"
|
||||
| "visual-match";
|
||||
|
||||
export type CheckDefinition = {
|
||||
@@ -13,6 +17,9 @@ export type CheckDefinition = {
|
||||
value?: string;
|
||||
attribute?: string;
|
||||
property?: string;
|
||||
actionSelector?: string;
|
||||
inputSelector?: string;
|
||||
inputValue?: string;
|
||||
count?: number;
|
||||
threshold?: number;
|
||||
weight?: number;
|
||||
|
||||
Reference in New Issue
Block a user