A11yButtonsHBox¶
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.