Skip to content

StarButton

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

Overview

Button for returning to the level selection screen.

@author John Blanco

Class StarButton

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

Constructor

new StarButton( providedOptions? : StarButtonOptions )

Instance Methods

Type StarButtonOptions

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

StrictOmit<RectangularPushButtonOptions, "content">

Source Code

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