SelectionRegionCallback
type SelectionRegionCallback = (params) => StartSelectionRegionOptions;
Per-gesture region callback. Receives the SelectionRegionParams at gesture start and returns the StartSelectionRegionOptions to draw with.
Parameters
| Parameter | Type |
|---|---|
params | SelectionRegionParams |