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