plugin-a11y.a11ysystem
Home > @eva/plugin-a11y > A11ySystem
A11ySystem class
Signature:export default class A11ySystem extends System
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(opt) | Constructs a new instance of the A11ySystem class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
_ratioX | number | ||
_ratioY | number | ||
activate | boolean | ||
cache | Map<string, HTMLElement> | ||
debug | boolean | ||
delay | number | ||
div | HTMLDivElement | ||
eventCache | Map<string, (e: MouseEvent) => void> | ||
eventPosition | EventPosition | ||
ratioX | number | ||
ratioY | number | ||
systemName | static | string | |
zIndex | number |