PreferencesPanel¶
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/PreferencesPanel.ts for the most up-to-date information.
Overview¶
A superclass for a panel of content in the Preferences Dialog. Mostly responsible for visibility of panel content.
@author Jesse Greenberg
Class PreferencesPanel¶
Constructor¶
new PreferencesPanel( preferencesType : PreferencesType, selectedTabProperty : TReadOnlyProperty<PreferencesType>, tabVisibleProperty : TReadOnlyProperty<boolean>, providedOptions? : PreferencesPanelOptions )¶
Instance Methods¶
Type PreferencesPanelOptions¶
StrictOmit<NodeOptions, "tagName" | "labelTagName">
Source Code¶
See the source for PreferencesPanel.ts in the joist repository.