File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ import { clampValue } from "./utils.js";
5
5
/**
6
6
* Create a node to indicate progress in percentage along a horizontal line.
7
7
*
8
- * @param {Object } createProgressNodeParams Object that contains the createProgressNode parameters.
9
- * @param {number } createProgressNodeParams .x X-axis position.
10
- * @param {number } createProgressNodeParams .y Y-axis position.
11
- * @param {number } createProgressNodeParams .width Width of progress bar.
12
- * @param {string } createProgressNodeParams .color Progress color.
13
- * @param {number } createProgressNodeParams .progress Progress value.
14
- * @param {string } createProgressNodeParams .progressBarBackgroundColor Progress bar bg color.
15
- * @param {number } createProgressNodeParams .delay Delay before animation starts.
8
+ * @param {Object } params Object that contains the createProgressNode parameters.
9
+ * @param {number } params .x X-axis position.
10
+ * @param {number } params .y Y-axis position.
11
+ * @param {number } params .width Width of progress bar.
12
+ * @param {string } params .color Progress color.
13
+ * @param {number } params .progress Progress value.
14
+ * @param {string } params .progressBarBackgroundColor Progress bar bg color.
15
+ * @param {number } params .delay Delay before animation starts.
16
16
* @returns {string } Progress node.
17
17
*/
18
18
const createProgressNode = ( {
You can’t perform that action at this time.
0 commit comments