SchedulerDataRequestEvent
Event arguments provided when event data is requested from the data source. Contains raw data and metadata before field mapping to the event model.
Props
The following table outlines the props for the SchedulerDataRequestEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| count | number | - | The total number of records available in the data source that match the query (if applicable). Useful for pagination or lazy-loading implementations. |
| result | Object[] | - | The raw event records returned by the DataManager after executing the query. Each object contains the source data before field mapping to the scheduler event model. |