Skip to content

Commit

Permalink
Convert model elements to TypeScript, see phetsims/circuit-constructi…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 15, 2021
1 parent 1784246 commit dbb3091
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion phet-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@ class ObservableArray<T> extends Array<T> {
remove( t: T ) {}

clear() {}
}
}

type PhetioObjectOptions = {
tandem: Tandem,
phetioDynamicElement: boolean,
phetioType: IOType
};

0 comments on commit dbb3091

Please sign in to comment.