Type interface
Accessibility setting that can be applied to any visual element.
Click here for more info
Inheritance
IAccessibilitySettings does not extend any other symbol.
IAccessibilitySettings is not extended by any other symbol.
Properties
ariaChecked # |
Type
|
---|---|
ariaControls # |
Type
|
ariaHidden # |
Type
|
ariaLabel # |
Type Label for the element to use for screen readers. Click here for more info |
ariaLive # |
Type
|
ariaOrientation # |
Type
|
ariaValueMax # |
Type
|
ariaValueMin # |
Type
|
ariaValueNow # |
Type
|
ariaValueText # |
Type
|
focusable # |
Type Can element be focused, i.e. selected using TAB key. Click here for more info |
focusableGroup # |
Type An identifier by which to group common elements into focusable groups. If set, only the first element in he group will be focusable via TAB key. When it is selected, the rest of the elements in the same group can be selected using arrow keys. It allows users to TAB-through chart elements quickly without the need to TAB into each and every element. It's up to implementer of the charts to provide meaningful Click here for more info |
hoverOnFocus # |
Type Simulate hover on an element when it gains focus, including changing hover appearance and displaying a tooltip if application. Click here for more info |
role # |
Type Element's role. Click here for more info |
tabindexOrder # |
Type An internal order by which focusable elements will be selected within the chart. Click here for more info |