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",
buttonColor: "#5299E0",
infoPanelVisible: true,
downloadToEvent: false,
filter: {
// filterType: 0,
// type: 0,
@ -71,6 +72,7 @@
onEditorCloseCallback: null,
onAuthSuccess: null,
onSignOut: null,
onDownload: null,
},
};