Skip to content

RefreshButton

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

Overview

Standard PhET button for 'refresh'.

@author Chris Malley (PixelZoom, Inc.)

Class RefreshButton

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

Constructor

new RefreshButton( providedOptions? : RefreshButtonOptions )

Instance Methods

Type RefreshButtonOptions

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

Source Code

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