ZoomButton¶
Overview¶
Zoom button, has an icon with a magnifying glass, with either a plus or minus sign in the center of the glass.
@author Chris Malley (PixelZoom, Inc.)
Class ZoomButton¶
Constructor¶
new ZoomButton( providedOptions? : ZoomButtonOptions )¶
Instance Methods¶
Type ZoomButtonOptions¶
- in?: boolean
- magnifyingGlassOptions?: StrictOmit<MagnifyingGlassNodeOptions, "icon">
- & StrictOmit<RectangularPushButtonOptions, "content">
Source Code¶
See the source for ZoomButton.ts in the scenery-phet repository.