Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Jan 10, 2024
2 parents 7513d17 + 01dfe47 commit c36c8e8
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 @@ -40400,6 +40400,19 @@
"callbacks": {
"description": "Defines callbacks that determine the behavior of the component based on a given condition or report the actions that the component takes.",
"values": [
{
"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 @@ -40413,6 +40426,19 @@
"returnType": "void",
"description": "Callback to invoke when items are moved from source to target."
},
{
"name": "onFocus",
"parameters": [
{
"name": "event",
"optional": false,
"type": "SyntheticEvent<Element, Event>",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke when menu receives focus."
},
{
"name": "onMoveAllToSource",
"parameters": [
Expand Down

0 comments on commit c36c8e8

Please sign in to comment.