TrashButton¶
Overview¶
TrashButton is a rectangular push button with PhET's standard 'trash' icon.
@author Chris Malley (PixelZoom, Inc.)
Class TrashButton¶
Constructor¶
new TrashButton( providedOptions? : TrashButtonOptions )¶
Instance Methods¶
Type TrashButtonOptions¶
- iconOptions?: PathOptions
- & StrictOmit<RectangularPushButtonOptions, "content">
Source Code¶
See the source for TrashButton.ts in the scenery-phet repository.