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 24, 2023
1 parent b17c7aa commit 9433ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -16928,7 +16928,7 @@
}
],
"returnType": "void",
"description": "Callback to invoke when row edit is completed."
"description": "Callback to invoke when any change (edit start, edit cancel, edit save) is made to a row. This event fires after any preceding event."
},
{
"name": "onRowEditInit",
Expand Down Expand Up @@ -19871,7 +19871,7 @@
}
],
"returnType": "void",
"description": "Callback to invoke when row edit is completed."
"description": "Callback to invoke when any change (edit start, edit cancel, edit save) is made to a row. This event fires after any preceding event."
},
{
"name": "onRowEditInit",
Expand Down

0 comments on commit 9433ea1

Please sign in to comment.