Skip to content

Commit

Permalink
augment QSMType, default focalLengthControl=direct, phetsims/geometri…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 22, 2022
1 parent 87cec27 commit e32440b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phet-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ type CheckboxOptions = {
} & NodeOptions;

type QSMType = {
getAll: ( a: any ) => any
getAll: ( a: any ) => any,
containsKey: ( key: string ) => boolean
};

type AlerterOptions = {
Expand Down

0 comments on commit e32440b

Please sign in to comment.