We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b932f commit 5b62cf2Copy full SHA for 5b62cf2
eslint/.eslintrc.js
@@ -1040,6 +1040,7 @@ module.exports = {
1040
SoundGeneratorOptions: 'readonly',
1041
PathOptions: 'readonly',
1042
ColorDef: 'readonly',
1043
- ScreenViewOptions: 'readonly'
+ ScreenViewOptions: 'readonly',
1044
+ AlerterOptions: 'readonly'
1045
}
1046
};
phet-types.d.ts
@@ -315,4 +315,10 @@ type CheckboxOptions = {} & _NodeOptions;
315
type QSMType = {
316
getAll: ( a: any ) => any
317
318
+
319
+type AlerterOptions = {
320
+ alertToVoicing?: boolean;
321
+ descriptionAlertNode?: any;
322
+};
323
324
declare var QueryStringMachine: QSMType;
0 commit comments