NavigationBarPreferencesButton¶
Overview¶
Button in the NavigationBar that opens the PreferencesDialog.
@author Jesse Greenberg (PhET Interactive Simulations)
Class NavigationBarPreferencesButton¶
Constructor¶
new NavigationBarPreferencesButton( preferencesModel : PreferencesModel, backgroundColorProperty : TReadOnlyProperty<Color>, providedOptions : NavigationBarPreferencesButtonOptions )¶
Instance Methods¶
Type NavigationBarPreferencesButtonOptions¶
PickRequired<JoistButtonOptions, "tandem"> & Pick<JoistButtonOptions, "pointerAreaDilationX" | "pointerAreaDilationY">
Source Code¶
See the source for NavigationBarPreferencesButton.ts in the joist repository.