The callback function to execute when the event triggers
The time since the last execution of the event in milliseconds For timeout events, this will be the time since the event was created. For interval events, this will be the time since the last execution of the event (based on the frame rate).
The delay before the event triggers
The last time the event was executed
The name / identifier of the event
The time the event was created, as a Unix timestamp/ Created automatically when the event is added to the event manager.
The type of the event
The interval event interface