Skip to content

ResetButton

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/ResetButton.ts for the most up-to-date information.

Overview

A general button, typically used to reset something. Drawn programmatically, does not use any image files.

@author John Blanco @author Chris Malley (PixelZoom, Inc.)

Class ResetButton

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

Constructor

new ResetButton( providedOptions? : ResetButtonOptions )

Instance Methods

Type ResetButtonOptions

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

Source Code

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