Skip to content

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

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

Constructor

new StepBackwardButton( providedOptions? : StepBackwardButtonOptions )

Instance Methods

Type StepBackwardButtonOptions

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

StrictOmit<StepButtonOptions, "direction">

Source Code

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