Skip to content

AboutDialog

Overview

AboutDialog displays information about the simulation -- its title, version number, credits, etc.

@author Sam Reid (PhET Interactive Simulations)

Class AboutDialog

import { AboutDialog } from 'scenerystack/sim';

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

import type { AboutDialogOptions } from 'scenerystack/sim';

DialogOptions

Source Code

See the source for AboutDialog.ts in the joist repository.