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 Apr 25, 2024
1 parent daf5acc commit 77ba792
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,13 @@
"type": "RatingPassThroughOptions",
"description": "Custom passthrough(pt) options for Rating."
},
{
"name": "ripple",
"optional": true,
"readonly": false,
"type": "RipplePassThroughOptions",
"description": "Custom passthrough(pt) options for Ripple."
},
{
"name": "row",
"optional": true,
Expand Down Expand Up @@ -43567,6 +43574,22 @@
"default": "",
"description": "Used to get the child elements of the component."
},
{
"name": "pt",
"optional": true,
"readonly": false,
"type": "RipplePassThroughOptions",
"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": "unstyled",
"optional": true,
Expand All @@ -43582,6 +43605,46 @@
"values": []
}
}
},
"interfaces": {
"description": "Defines the custom interfaces used by the module.",
"values": {
"RipplePassThroughMethodOptions": {
"description": "Custom passthrough(pt) option method.",
"relatedProp": "",
"props": [
{
"name": "props",
"optional": false,
"readonly": false,
"type": "RippleProps"
}
],
"callbacks": []
},
"RipplePassThroughOptions": {
"description": "Custom passthrough(pt) options.",
"relatedProp": "pt",
"props": [
{
"name": "root",
"optional": true,
"readonly": false,
"type": "RipplePassThroughType<HTMLAttributes<HTMLDivElement>>",
"description": "Uses to pass attributes to the root's DOM element."
}
],
"callbacks": []
}
}
},
"types": {
"description": "Defines the custom types used by the module.",
"values": {
"RipplePassThroughType": {
"values": "PassThroughType<T, RipplePassThroughMethodOptions>"
}
}
}
},
"row": {
Expand Down

0 comments on commit 77ba792

Please sign in to comment.