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