entry property
The entry this event draws. Reassigned (never mutated) when a drag/resize or nudge commits, since PlannerEntry/PlannerTime are immutable (#27): the new instance is what flows on to PlannerConfig.onEntryMove.
Implementation
PlannerEntry<T> entry;