ResetButton¶
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.