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.
|
* 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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": []
|
||||||
|
|
Loading…
Reference in New Issue