HomeButton¶
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/HomeButton.ts for the most up-to-date information.
Overview¶
The Home button that appears in the navigation bar.
@author Sam Reid (PhET Interactive Simulations)
Class HomeButton¶
Constructor¶
new HomeButton( navBarHeight : number, navigationBarFillProperty : TReadOnlyProperty<Color>, pdomDisplayNameProperty : TReadOnlyProperty<string | null>, providedOptions : HomeButtonOptions )¶
Instance Methods¶
Source Code¶
See the source for HomeButton.ts in the joist repository.