Update API doc

pull/4899/head
GitHub Actions Bot 2023-11-27 12:25:08 +00:00
parent 89b77cceca
commit 75fb031fb4
1 changed files with 2 additions and 2 deletions

View File

@ -18113,7 +18113,7 @@
"name": "data", "name": "data",
"optional": false, "optional": false,
"readonly": false, "readonly": false,
"type": "any[]", "type": "any",
"default": "", "default": "",
"description": "Expanded row data" "description": "Expanded row data"
} }
@ -18137,7 +18137,7 @@
"name": "data", "name": "data",
"optional": false, "optional": false,
"readonly": false, "readonly": false,
"type": "any[]", "type": "any",
"default": "", "default": "",
"description": "Expanded row data" "description": "Expanded row data"
} }