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¶
Constructor¶
new StarButton( providedOptions? : StarButtonOptions )¶
Instance Methods¶
Type StarButtonOptions¶
StrictOmit<RectangularPushButtonOptions, "content">
Source Code¶
See the source for StarButton.ts in the scenery-phet repository.