Refactor #3924 - For DataView.d.ts

pull/4016/head
Ulaş Turan 2023-06-01 16:24:10 +03:00
parent da103f3a88
commit 3f49ae65c3
2 changed files with 12 additions and 0 deletions

View File

@ -77,6 +77,10 @@ export interface DataViewPassThroughOptions {
* Uses to pass attributes to the footer's DOM element. * Uses to pass attributes to the footer's DOM element.
*/ */
footer?: DataViewPassThroughOptionType; footer?: DataViewPassThroughOptionType;
/**
* Uses to pass attributes to the grid's DOM element.
*/
grid?: DataViewPassThroughOptionType;
} }
/** /**

View File

@ -14880,6 +14880,14 @@
"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": []