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" {
211211 table ?: string ;
212212 tooltip ?: string ;
213213 } ;
214+ // html2canvas options
215+ print ?: {
216+ allowTaint ?: boolean ;
217+ backgroundColor ?: string ;
218+ useCORS ?: boolean ;
219+ onclone ?: null | ( ( doc : Document ) => void ) ;
220+ scale ?: number ;
221+ } ;
214222 } ;
215223
216224 export type ChartTableCell = {
@@ -5116,6 +5124,13 @@ declare module "vue-data-ui" {
51165124 fullscreen ?: string ;
51175125 annotator ?: string ;
51185126 } ;
5127+ userOptionsPrint ?: {
5128+ allowTaint ?: boolean ;
5129+ backgroundColor ?: string ;
5130+ useCORS ?: boolean ;
5131+ onclone ?: null | ( ( doc : Document ) => void ) ,
5132+ scale ?: number ;
5133+ } ;
51195134 showUserOptionsOnChartHover ?: boolean ;
51205135 keepUserOptionsStateOnChartLeave ?: boolean ;
51215136 } ;
You can’t perform that action at this time.
0 commit comments