Skip to content

AudioPreferencesPanel

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/preferences/AudioPreferencesPanel.ts for the most up-to-date information.

Overview

The panel for the PreferencesDialog containing preferences related to audio.

@author Jesse Greenberg (PhET Interactive Simulations)

Class AudioPreferencesPanel

import { AudioPreferencesPanel } from 'scenerystack/sim';

Constructor

new AudioPreferencesPanel( audioModel : AudioModel, selectedTabProperty : TReadOnlyProperty<PreferencesType>, tabVisibleProperty : TReadOnlyProperty<boolean>, providedOptions : AudioPreferencesPanelOptions )

Instance Methods

Source Code

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