A11yButtonsHBox¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/joist/blob/main/js/A11yButtonsHBox.ts for the most up-to-date information.
Overview¶
Creates an HBox that can have the sound toggle button, a11y button, or be empty
@author Chris Klusendorf (PhET Interactive Simulations)
Class A11yButtonsHBox¶
Constructor¶
new A11yButtonsHBox( sim : Sim, backgroundColorProperty : TReadOnlyProperty<Color>, providedOptions? : A11yButtonsHBoxOptions )¶
Instance Methods¶
Type A11yButtonsHBoxOptions¶
StrictOmit<HBoxOptions, "children">
Source Code¶
See the source for A11yButtonsHBox.ts in the joist repository.