ReturnButton¶
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/ReturnButton.ts for the most up-to-date information.
Overview¶
ReturnButton is a push button for undoing a previous operation.
@author John Blanco @author Chris Malley (PixelZoom, Inc.)
Class ReturnButton¶
Constructor¶
new ReturnButton( providedOptions? : ReturnButtonOptions )¶
Instance Methods¶
Type ReturnButtonOptions¶
- iconOptions?: ReturnIconOptions
- & StrictOmit<RectangularPushButtonOptions, "content">
Source Code¶
See the source for ReturnButton.ts in the scenery-phet repository.