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¶
Constructor¶
new QueryParametersWarningDialog( warnings : Warning[], providedOptions? : QueryParametersWarningDialogOptions )¶
Instance Methods¶
Type QueryParametersWarningDialogOptions¶
Source Code¶
See the source for QueryParametersWarningDialog.ts in the joist repository.