ResetButton¶
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/ResetButton.ts for the most up-to-date information.
Overview¶
A general button, typically used to reset something. Drawn programmatically, does not use any image files.
@author John Blanco @author Chris Malley (PixelZoom, Inc.)
Class ResetButton¶
Constructor¶
new ResetButton( providedOptions? : ResetButtonOptions )¶
Instance Methods¶
Type ResetButtonOptions¶
- radius?: number
- arrowColor?: TColor
- & StrictOmit<RoundPushButtonOptions, "content">
Source Code¶
See the source for ResetButton.ts in the scenery-phet repository.