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 27, 2023
1 parent d960d2c commit 3538ecd
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -24054,6 +24054,14 @@
"default": "",
"description": "Custom header template of the panel."
},
{
"name": "footer",
"optional": true,
"readonly": false,
"type": "ReactNode",
"default": "",
"description": "Custom footer template of the panel."
},
{
"name": "headerTemplate",
"optional": true,
Expand All @@ -24062,6 +24070,14 @@
"default": "",
"description": "Header template of the panel to customize more."
},
{
"name": "footerTemplate",
"optional": true,
"readonly": false,
"type": "ReactNode | Function",
"default": "",
"description": "Footer template of the panel to customize more."
},
{
"name": "toggleable",
"optional": true,
Expand Down Expand Up @@ -24300,6 +24316,34 @@
}
]
},
"PanelFooterTemplateOptions": {
"description": "Custom panel footer template options.",
"relatedProp": "",
"props": [
{
"name": "className",
"optional": false,
"readonly": false,
"type": "string",
"description": "Style class of the panel."
},
{
"name": "element",
"optional": false,
"readonly": false,
"type": "Element",
"description": "The JSX element that represents the panel."
},
{
"name": "props",
"optional": false,
"readonly": false,
"type": "PanelProps",
"description": "The props of the Panel component."
}
],
"callbacks": []
},
"PanelPassThroughMethodOptions": {
"description": "Custom passthrough(pt) option method.",
"relatedProp": "",
Expand Down

0 comments on commit 3538ecd

Please sign in to comment.