accessibilityRegions property
Define multiple accessibility regions and their types.
For more information about the Contrast advisor feature see Contrast advisor.
Syntax
eyes.check({ accessibilityRegions: value });
Type:(
| {
region: RegionPlain | ElementHandle | Selector;
type?: AccessibilityRegionTypePlain;
}
| RegionPlain
| ElementHandle
| Selector
)[];
Type definitions
- RegionPlain
- Used to describe a position and rectangular region in an image. RegionPlain is defined as: LocationPlain&RectangleSizePlain
- Selector
- Used to identify an HTML element defined as string|{selector:string;type:string}.
- AccessibilityRegionTypePlain
- This type allows passing strings instead of enumerated values, for the list of enum values see AccessibilityRegionType.
- RegionPlain
- Used to describe a position and rectangular region in an image. RegionPlain is defined as: LocationPlain&RectangleSizePlain
- Selector
- Used to identify an HTML element defined as string|{selector:string;type:string}.