Skip to content

StepForwardButton

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.