HighchartsAccessibilityKeyboardNavigationOptions class

Inheritance

Properties

enabled bool?
Enable keyboard navigation for the chart.
getter/setter pair
focusBorder HighchartsAccessibilityKeyboardNavigationFocusBorderOptions?
Options for the focus border drawn around elements while navigating through them.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
order List<String>?
Order of tab navigation in the chart. Determines which elements are tabbed to first. Available elements are: series, zoom, rangeSelector, navigator, chartMenu, legend and container. In addition, any custom components can be added here. Adding container first in order will make the keyboard focus stop on the chart container first, requiring the user to tab again to enter the chart.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seriesNavigation HighchartsAccessibilityKeyboardNavigationSeriesNavigationOptions?
Options for the keyboard navigation of data points and series.
getter/setter pair
wrapAround bool?
Whether or not to wrap around when reaching the end of arrow-key navigation for an element in the chart.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited