Skip to content

QueryParametersWarningDialog

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

Overview

Message dialog displayed when any public query parameters have invalid values, see https://github.com/phetsims/joist/issues/593

@author Chris Klusendorf (PhET Interactive Simulations) @author Chris Malley (PixelZoom, Inc.)

Class QueryParametersWarningDialog

import { QueryParametersWarningDialog } from 'scenerystack/sim';

Constructor

new QueryParametersWarningDialog( warnings : Warning[], providedOptions? : QueryParametersWarningDialogOptions )

Instance Methods

Type QueryParametersWarningDialogOptions

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

OopsDialogOptions

Source Code

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