Skip to content

UpdateDialog

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/UpdateDialog.ts for the most up-to-date information.

Overview

UpdateDialog is a fixed-size dialog that displays the current update status.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class UpdateDialog

import { UpdateDialog } from 'scenerystack/sim';

Constructor

new UpdateDialog( providedOptions? : UpdateDialogOptions )

Instance Methods

Type UpdateDialogOptions

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

DialogOptions

Source Code

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