From ea9062ae3a3cd4c2e1e5c3df8cff3a4939129a26 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 2 Jun 2023 06:46:44 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 9062fafe8..9eb462caf 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -14857,6 +14857,14 @@ "default": "", "description": "Uses to pass attributes to the content's DOM element." }, + { + "name": "grid", + "optional": true, + "readonly": false, + "type": "DataViewPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the grid's DOM element." + }, { "name": "column", "optional": true, @@ -14880,14 +14888,6 @@ "type": "DataViewPassThroughOptionType", "default": "", "description": "Uses to pass attributes to the footer's DOM element." - }, - { - "name": "grid", - "optional": true, - "readonly": false, - "type": "DataViewPassThroughOptionType", - "default": "", - "description": "Uses to pass attributes to the grid's DOM element." } ], "methods": []