InfoButton¶
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/InfoButton.ts for the most up-to-date information.
Overview¶
Standard PhET button for 'info', uses the international symbol for 'information'.
@author Chris Malley (PixelZoom, Inc.)
Class InfoButton¶
Constructor¶
new InfoButton( providedOptions? : InfoButtonOptions )¶
Instance Methods¶
Type InfoButtonOptions¶
- iconFill?: TColor
- & StrictOmit<RoundPushButtonOptions, "content">
Source Code¶
See the source for InfoButton.ts in the scenery-phet repository.