AboutDialog¶
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.