AccessibleValueHandlerHotkeyDataCollection¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/sun/blob/main/js/accessibility/AccessibleValueHandlerHotkeyDataCollection.ts for the most up-to-date information.
Overview¶
The HotkeyData used for AccessibleValueHandler and its subclasses. This would ideally be inside of AccessibleValueHandler but I couldn't figure out how to add public static properties to the trait pattern.
@author Jesse Greenberg (PhET Interactive Simulations)
Source Code¶
See the source for AccessibleValueHandlerHotkeyDataCollection.ts in the sun repository.