Skip to content

SimulationPreferencesPanel

Overview

The content for the "Simulation" tab in the PreferencesDialog. Contains controls for any simulation-specific preferences.

@author Jesse Greenberg (PhET Interactive Simulations)

Class SimulationPreferencesPanel

import { SimulationPreferencesPanel } from 'scenerystack/sim';

Constructor

new SimulationPreferencesPanel( simulationModel : SimulationModel, selectedTabProperty : TReadOnlyProperty<PreferencesType>, tabVisibleProperty : TReadOnlyProperty<boolean>, providedOptions? : SimulationPreferencesPanelOptions )

Instance Methods

Source Code

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