menuEntry property

PlannerEntry<T>? menuEntry
getter/setter pair

The entry the entry-menu (edit/delete) acts on. A PlannerEntry rather than an Event so the same menu serves both timed events and all-day chips (#72) — both carry a PlannerEntry, which is all edit/delete need.

Implementation

PlannerEntry<T>? menuEntry;