TimerToggleButton¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery-phet/blob/main/js/buttons/TimerToggleButton.ts for the most up-to-date information.
Overview¶
Button for toggling timer on and off.
@author John Blanco
Class TimerToggleButton¶
Constructor¶
new TimerToggleButton( timerRunningProperty : Property<boolean>, provideOptions? : TimerToggleButtonOptions )¶
Instance Methods¶
Type TimerToggleButtonOptions¶
BooleanRectangularToggleButtonOptions
Source Code¶
See the source for TimerToggleButton.ts in the scenery-phet repository.