Update API doc
parent
19fd8d97c1
commit
ea9062ae3a
|
@ -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": []
|
||||
|
|
Loading…
Reference in New Issue