Where a panel lands when docked into a UIDockGroup: as another tab (CENTER) or by splitting
the target and placing the panel on that side.
An enum abstract over Int (just an Int at runtime). Usable unqualified where a UIDockZone
is expected; from/to Int keep it interchangeable with plain ints.
CENTER— add as a new tab in the target groupLEFT/RIGHT— split horizontally, panel on that sideTOP/BOTTOM— split vertically, panel on that side