Skip to main content

onDataProcessorReady

Description

Fires on the dp.init(gantt) call

onDataProcessorReady: (DataProcessor: any) => void;

Parameters

  • DataProcessor - (required) object - the DataProcessor object

Example

gantt.attachEvent("onDataProcessorReady",function(DataProcessor){
// any custom logic here
});

Details

You can use this event to add handlers for DataProcessor from the app code.