Update API doc

pull/4016/head
GitHub Actions Bot 2023-06-02 06:46:44 +00:00
parent 19fd8d97c1
commit ea9062ae3a
1 changed files with 8 additions and 8 deletions

View File

@ -14857,6 +14857,14 @@
"default": "", "default": "",
"description": "Uses to pass attributes to the content's DOM element." "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", "name": "column",
"optional": true, "optional": true,
@ -14880,14 +14888,6 @@
"type": "DataViewPassThroughOptionType", "type": "DataViewPassThroughOptionType",
"default": "", "default": "",
"description": "Uses to pass attributes to the footer's DOM element." "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": [] "methods": []