Skip to content

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

import { InfoButton } from 'scenerystack/scenery-phet';

Constructor

new InfoButton( providedOptions? : InfoButtonOptions )

Instance Methods

Type InfoButtonOptions

import type { InfoButtonOptions } from 'scenerystack/scenery-phet';

Source Code

See the source for InfoButton.ts in the scenery-phet repository.