Another object field should be added called `eventTypes` that accepts an object of strings. It would fire off events on enter and on exit of the cell. ``` eventTypes: { onEnter: string, onExit: string } ```