DragGesture
10/22/22Less than 1 minute
floating_window DragGesture
Handle returned by FloatingWindow.enableDrag. Use it to turn dragging on or off for that window without rebuilding the overlay.
Table of contents
Methods
Methods
setEnabled
setEnabled(enabled: boolean): void
Enables or disables the drag gesture for the associated floating window.
Parameters
| Name | Type | Description |
|---|---|---|
enabled | boolean | true to allow dragging, false to lock position. |
Returns
void
