Skip to content

Commit

Permalink
Update documentation, see #195
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 29, 2024
1 parent 1035c67 commit b0bbd23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/common/PDLQueryParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const SCHEMA_MAP = {
* launch button is pressed when there is already a full set of data, the data is cleared and regenerated.
*
* This is connected to a PhET-iO instrumented Property and can be controlled via the Preferences dialog.
* See https://github.com/phetsims/projectile-data-lab/issues/146
*/
autoGenerateData: {
type: 'boolean' as const,
Expand All @@ -34,6 +35,7 @@ const SCHEMA_MAP = {
* - When false, all projectiles have the same launch speed.
*
* This is connected to a PhET-iO instrumented Property and can be controlled via the Preferences dialog.
* See https://github.com/phetsims/projectile-data-lab/issues/142
*/
projectileTypeAffectsSpeed: {
type: 'boolean' as const,
Expand All @@ -45,6 +47,7 @@ const SCHEMA_MAP = {
* The user can choose whether to size the histogram bins based by width or by the total number of bins.
*
* This is connected to a PhET-iO instrumented Property and can be controlled via the Preferences dialog.
* The design for this feature is described in https://docs.google.com/document/d/1I5duB_wwUMS4FhsZWjQYNGkjTjrVh6EfvUL6BrjBgJU/edit#heading=h.n822sfez56x8
*/
binStrategy: {
type: 'string' as const,
Expand Down

0 comments on commit b0bbd23

Please sign in to comment.