StepBackwardButton¶
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/StepBackwardButton.ts for the most up-to-date information.
Overview¶
Step backward button.
@author Chris Malley (PixelZoom, Inc.)
Class StepBackwardButton¶
Constructor¶
new StepBackwardButton( providedOptions? : StepBackwardButtonOptions )¶
Instance Methods¶
Type StepBackwardButtonOptions¶
StrictOmit<StepButtonOptions, "direction">
Source Code¶
See the source for StepBackwardButton.ts in the scenery-phet repository.