Skip to content

VisualPreferencesPanel

Overview

A panel for the PreferencesDialog with controls for visual preferences. Includes features such as "Interactive Highlights" and perhaps others in the future.

@author Jesse Greenberg (PhET Interactive Simulations)

Class VisualPreferencesPanel

import { VisualPreferencesPanel } from 'scenerystack/sim';

Constructor

new VisualPreferencesPanel( visualModel : VisualModel, selectedTabProperty : TReadOnlyProperty<PreferencesType>, tabVisibleProperty : TReadOnlyProperty<boolean>, providedOptions? : VisualPreferencesPanelOptions )

Instance Methods

Source Code

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