Handle only
By default any pointer drag on Drawer.Content is treated as a drawer gesture. That is great for short content but inconvenient when the content itself has draggable widgets (sliders, charts, maps). Set handleOnly and place a Drawer.Handle to confine drags to a dedicated affordance.
Drawer.Handle behaviour
Drawer.Handle is a small <div> that participates in the drag system. It also handles keyboard cycling through snap points: pressing the handle when it is focused snaps to the next stop. Pass preventCycle to disable that and aria-label to customize the announcement.