Skip to content

Commit

Permalink
doc, #61
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 5, 2023
1 parent 87913fb commit b36298e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/phetmarks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
value: string; // The actual query parameter included in the URL,
text: string; // Display string shown in the query parameter list,
type?: 'boolean'; // if boolean, then it will add "=true" or "=false" to the checkbox value
default?: boolean; // If true, the query parameter will be true by default
default?: boolean; // If true, the query parameter will be included by default. This will be false if not provided
dependentQueryParameters?: PhetmarksQueryParameter[];
};

Expand Down

0 comments on commit b36298e

Please sign in to comment.