Skip to content

ReturnIcon

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

Overview

ReturnIcon is the icon used to signify 'undo'.

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

Class ReturnIcon

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

Constructor

new ReturnIcon( providedOptions? : ReturnIconOptions )

Instance Methods

Type ReturnIconOptions

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

Source Code

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