JS-SDK: Added downloadToEvent property and onDownload event

This commit is contained in:
Ilya Oleshko 2024-03-11 21:58:03 +03:00
parent 33b0356a86
commit 08024496a1

View File

@ -33,6 +33,7 @@
filterParam: "ALL", filterParam: "ALL",
buttonColor: "#5299E0", buttonColor: "#5299E0",
infoPanelVisible: true, infoPanelVisible: true,
downloadToEvent: false,
filter: { filter: {
// filterType: 0, // filterType: 0,
// type: 0, // type: 0,
@ -71,6 +72,7 @@
onEditorCloseCallback: null, onEditorCloseCallback: null,
onAuthSuccess: null, onAuthSuccess: null,
onSignOut: null, onSignOut: null,
onDownload: null,
}, },
}; };