CloseButton¶
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.