CloseButton¶
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/CloseButton.ts for the most up-to-date information.
Overview¶
Close button, red with a white 'X'.
@author Chris Malley (PixelZoom, Inc.) @author John Blanco (PhET Interactive Simulations) @author Jesse Greenberg (PhET Interactive Simulations)
Class CloseButton¶
Constructor¶
new CloseButton( providedOptions? : CloseButtonOptions )¶
Instance Methods¶
Type CloseButtonOptions¶
- iconLength?: number
- pathOptions?: PathOptions
- & StrictOmit<RectangularPushButtonOptions, "content">
Source Code¶
See the source for CloseButton.ts in the scenery-phet repository.