Skip to content

VisualPreferencesPanel

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

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.