Zum Hauptinhalt springen

onBeforeParse

Description

Wird unmittelbar vor dem Beginn der Datenparsing ausgelöst

onBeforeParse: () => void

Example

scheduler.init("scheduler_here");
scheduler.attachEvent("onBeforeParse", function(){
//beliebige benutzerdefinierte Logik hier
});
scheduler.parse(events);
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.