Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed May 1, 2024
1 parent a708cd7 commit 8e1c97f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/common/model/Mass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ type SelfOptions = {
matrix?: Matrix3;
canRotate?: boolean;
canMove?: boolean;

// Allow PhET-iO customization of the material beyond initial value, see https://github.com/phetsims/density/issues/101
adjustableMaterial?: boolean;
tag?: MassTag;
phetioType?: IOType;
Expand Down

0 comments on commit 8e1c97f

Please sign in to comment.