Refactor #3924 - For DataView.d.ts
parent
da103f3a88
commit
3f49ae65c3
|
@ -77,6 +77,10 @@ export interface DataViewPassThroughOptions {
|
|||
* Uses to pass attributes to the footer's DOM element.
|
||||
*/
|
||||
footer?: DataViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the grid's DOM element.
|
||||
*/
|
||||
grid?: DataViewPassThroughOptionType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -14880,6 +14880,14 @@
|
|||
"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