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 Nov 6, 2023
1 parent 0091ad3 commit 0b73e4b
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -34224,6 +34224,19 @@
"returnType": "void",
"description": "Callback to invoke when overlay panel becomes hidden."
},
{
"name": "onRemove",
"parameters": [
{
"name": "event",
"optional": false,
"type": "MultiSelectRemoveEvent",
"description": "Custom remove event"
}
],
"returnType": "void",
"description": "Callback to invoke when a chip is removed."
},
{
"name": "onSelectAll",
"parameters": [
Expand Down Expand Up @@ -34302,6 +34315,26 @@
}
]
},
"MultiSelectRemoveEvent": {
"description": "Custom remove event when chip is removed.",
"relatedProp": "",
"props": [
{
"name": "originalEvent",
"optional": false,
"readonly": false,
"type": "SyntheticEvent<Element, Event>",
"description": "Browser event"
},
{
"name": "value",
"optional": false,
"readonly": false,
"type": "any",
"description": "Removed item value"
}
]
},
"MultiSelectFilterEvent": {
"description": "Custom filter event.",
"relatedProp": "onFilter",
Expand Down

0 comments on commit 0b73e4b

Please sign in to comment.