SchedulerDataRequestEvent
Event arguments provided when event data is requested from the data source. Contains raw event records and metadata before field mapping to the scheduler event model. Enables developers to implement custom data processing or pagination logic.
Props
The following table outlines the props for the SchedulerDataRequestEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| count | number | - | The total number of records available in the complete data source (useful for pagination). Enables pagination or lazy-loading implementations when working with large datasets. |
| result | Object[] | - | The raw event records returned by the DataManager after executing the data query. Each object contains source data before field mapping to the scheduler event model. |