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 Jan 10, 2024
1 parent 1db1fba commit 7ded514
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -36371,6 +36371,19 @@
"returnType": "ReactNode",
"description": "The template of each item"
},
{
"name": "onBlur",
"parameters": [
{
"name": "event",
"optional": false,
"type": "SyntheticEvent<Element, Event>",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke when menu loses focus."
},
{
"name": "onChange",
"parameters": [
Expand All @@ -36383,6 +36396,19 @@
],
"returnType": "void",
"description": "Callback to invoke to when a mouse button is pressed."
},
{
"name": "onFocus",
"parameters": [
{
"name": "event",
"optional": false,
"type": "SyntheticEvent<Element, Event>",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke when menu receives focus."
}
]
}
Expand Down

0 comments on commit 7ded514

Please sign in to comment.