NavigationBarScreenButton¶
Overview¶
Button for a single screen in the navigation bar, shows the text and the navigation bar icon.
@author Sam Reid (PhET Interactive Simulations) @author Jonathan Olson <jonathan.olson@colorado.edu> @author Chris Malley (PixelZoom, Inc.)
Class NavigationBarScreenButton¶
Constructor¶
new NavigationBarScreenButton( navigationBarFillProperty : TReadOnlyProperty<Color>, screenProperty : Property<AnyScreen>, screen : AnyScreen, simScreenIndex : number, navBarHeight : number, providedOptions : NavigationBarScreenButtonOptions )¶
Instance Methods¶
Instance Properties¶
screen : AnyScreen¶
(readonly)
Source Code¶
See the source for NavigationBarScreenButton.ts in the joist repository.