Skip to content

QueryParametersWarningDialog

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.