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 Jul 1, 2023
1 parent 9f471d0 commit f3c96e3
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 @@ -29763,6 +29763,14 @@
"default": "true",
"description": "Whether to show the select all checkbox inside the panel's header."
},
{
"name": "selectAllLabel",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Label to display if showSelectAll is true"
},
{
"name": "style",
"optional": true,
Expand Down Expand Up @@ -33123,6 +33131,42 @@
"parameters": [],
"returnType": "HTMLDivElement",
"description": "Used to get content of the panel."
},
{
"name": "toggle",
"parameters": [
{
"name": "event",
"type": "undefined | SyntheticEvent<Element, Event>",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Toggle the panel if toggleable."
},
{
"name": "expand",
"parameters": [
{
"name": "event",
"type": "undefined | SyntheticEvent<Element, Event>",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Expand the panel if toggleable."
},
{
"name": "collapse",
"parameters": [
{
"name": "event",
"type": "undefined | SyntheticEvent<Element, Event>",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Collapse the panel if toggleable."
}
]
},
Expand Down

0 comments on commit f3c96e3

Please sign in to comment.