File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,14 @@ declare module "vue-data-ui" {
211
211
table ?: string ;
212
212
tooltip ?: string ;
213
213
} ;
214
+ // html2canvas options
215
+ print ?: {
216
+ allowTaint ?: boolean ;
217
+ backgroundColor ?: string ;
218
+ useCORS ?: boolean ;
219
+ onclone ?: null | ( ( doc : Document ) => void ) ;
220
+ scale ?: number ;
221
+ } ;
214
222
} ;
215
223
216
224
export type ChartTableCell = {
@@ -5116,6 +5124,13 @@ declare module "vue-data-ui" {
5116
5124
fullscreen ?: string ;
5117
5125
annotator ?: string ;
5118
5126
} ;
5127
+ userOptionsPrint ?: {
5128
+ allowTaint ?: boolean ;
5129
+ backgroundColor ?: string ;
5130
+ useCORS ?: boolean ;
5131
+ onclone ?: null | ( ( doc : Document ) => void ) ,
5132
+ scale ?: number ;
5133
+ } ;
5119
5134
showUserOptionsOnChartHover ?: boolean ;
5120
5135
keepUserOptionsStateOnChartLeave ?: boolean ;
5121
5136
} ;
You can’t perform that action at this time.
0 commit comments