Skip to content

StarButton

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.