Skip to content

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

import { A11yButtonsHBox } from 'scenerystack/sim';

Constructor

new A11yButtonsHBox( sim : Sim, backgroundColorProperty : TReadOnlyProperty<Color>, providedOptions? : A11yButtonsHBoxOptions )

Instance Methods

Type A11yButtonsHBoxOptions

import type { A11yButtonsHBoxOptions } from 'scenerystack/sim';

StrictOmit<HBoxOptions, "children">

Source Code

See the source for A11yButtonsHBox.ts in the joist repository.