AboutDialog¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/joist/blob/main/js/AboutDialog.ts for the most up-to-date information.
Overview¶
AboutDialog displays information about the simulation -- its title, version number, credits, etc.
@author Sam Reid (PhET Interactive Simulations)
Class AboutDialog¶
Constructor¶
new AboutDialog( nameStringProperty : TReadOnlyProperty<string>, version : string, credits : CreditsData, providedOptions? : AboutDialogOptions )¶
Instance Methods¶
show()¶
When the dialog is shown, add update listeners.
hide()¶
When the dialog is hidden, remove update listeners.
Type AboutDialogOptions¶
Source Code¶
See the source for AboutDialog.ts in the joist repository.