RefreshButton¶
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/RefreshButton.ts for the most up-to-date information.
Overview¶
Standard PhET button for 'refresh'.
@author Chris Malley (PixelZoom, Inc.)
Class RefreshButton¶
Constructor¶
new RefreshButton( providedOptions? : RefreshButtonOptions )¶
Instance Methods¶
Type RefreshButtonOptions¶
- iconHeight?: number
- & StrictOmit<RectangularPushButtonOptions, "content">
Source Code¶
See the source for RefreshButton.ts in the scenery-phet repository.