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 Dec 18, 2023
1 parent 0983026 commit c169b7f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -50761,6 +50761,22 @@
"default": "",
"description": "Template of toggler element."
},
{
"name": "tooltip",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Content of the tooltip."
},
{
"name": "tooltipOptions",
"optional": true,
"readonly": false,
"type": "TooltipOptions",
"default": "",
"description": "Configuration of the tooltip, refer to the tooltip documentation for more information."
},
{
"name": "transitionOptions",
"optional": true,
Expand Down Expand Up @@ -51179,6 +51195,13 @@
"readonly": false,
"type": "TreeSelectPassThroughTransitionType",
"description": "Used to control React Transition API."
},
{
"name": "tooltip",
"optional": true,
"readonly": false,
"type": "TooltipPassThroughOptions",
"description": "Uses to pass attributes to the Tooltip component."
}
],
"callbacks": []
Expand Down

0 comments on commit c169b7f

Please sign in to comment.