OverviewPreferencesPanel¶
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/OverviewPreferencesPanel.ts for the most up-to-date information.
Overview¶
The content for the "Overview" panel of the Preferences dialog. It includes an introduction blurb about features available in Preferences. This panel is always present in the dialog.
@author Jesse Greenberg (PhET Interactive Simulations)
Class OverviewPreferencesPanel¶
Constructor¶
new OverviewPreferencesPanel( selectedTabProperty : TReadOnlyProperty<PreferencesType>, tabVisibleProperty : TReadOnlyProperty<boolean> )¶
Instance Methods¶
Source Code¶
See the source for OverviewPreferencesPanel.ts in the joist repository.