Skip to content

Commit

Permalink
Add TODOs, see #257
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jul 19, 2024
1 parent 5a95228 commit fa0321b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/common/model/CompareBlockSetModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,12 @@ export type CompareBlockSetModelOptions = SelfOptions & StrictOmit<ParentOptions
type OptionizeParent = StrictOmit<ParentOptions, 'createMassesCallback'>;

export default class CompareBlockSetModel extends BlockSetModel<BlockSet> {

// TODO: Helpful documentation please, see https://github.com/phetsims/density-buoyancy-common/issues/257
public readonly massProperty: NumberProperty;
public readonly volumeProperty: NumberProperty;

// TODO: When are these properties used? How do they relate to the custom or non-custom material values? see https://github.com/phetsims/density-buoyancy-common/issues/257
public readonly densityProperty: NumberProperty;

public constructor( providedOptions: CompareBlockSetModelOptions ) {
Expand Down

0 comments on commit fa0321b

Please sign in to comment.