BackspaceIcon¶
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/BackspaceIcon.ts for the most up-to-date information.
Overview¶
BackspaceIcon draws a backspace icon. This was originally created for use on keypads, but may have other applications.
@author John Blanco @author Chris Malley (PixelZoom, Inc.)
Class BackspaceIcon¶
Constructor¶
new BackspaceIcon( providedOptions? : BackspaceIconOptions )¶
Instance Methods¶
Type BackspaceIconOptions¶
- size?: Dimension2
- & PathOptions
Source Code¶
See the source for BackspaceIcon.ts in the scenery-phet repository.