Skip to content

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

import { StepForwardButton } from 'scenerystack/scenery-phet';

Constructor

new StepForwardButton( providedOptions? : StepForwardButtonOptions )

Instance Methods

Type StepForwardButtonOptions

import type { StepForwardButtonOptions } from 'scenerystack/scenery-phet';

StrictOmit<StepButtonOptions, "direction">

Source Code

See the source for StepForwardButton.ts in the scenery-phet repository.