Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Mar 12, 2024
1 parent 27d1010 commit f1b8237
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -34594,7 +34594,7 @@
"default": ""
},
{
"name": "labelListRenderer",
"name": "labelList",
"optional": true,
"readonly": false,
"type": "Function",
Expand Down Expand Up @@ -34625,7 +34625,7 @@
"description": "The maximum value for the MeterGroup."
},
{
"name": "meterRenderer",
"name": "meter",
"optional": true,
"readonly": false,
"type": "Function",
Expand All @@ -34647,6 +34647,22 @@
"default": "'horizontal'",
"description": "The orientation of the MeterGroup. Can be either 'horizontal' or 'vertical'."
},
{
"name": "pt",
"optional": true,
"readonly": false,
"type": "MeterGroupPassThroughOptions",
"default": "",
"description": "Uses to pass attributes to DOM elements inside the component."
},
{
"name": "ptOptions",
"optional": true,
"readonly": false,
"type": "PassThroughOptions",
"default": "",
"description": "Used to configure passthrough(pt) options of the component."
},
{
"name": "start",
"optional": true,
Expand Down Expand Up @@ -34708,7 +34724,7 @@
},
"MeterGroupPassThroughOptions": {
"description": "Custom passthrough(pt) options.",
"relatedProp": "MeterGroupProps.pt",
"relatedProp": "pt",
"props": [
{
"name": "root",
Expand Down

0 comments on commit f1b8237

Please sign in to comment.