function useDragEffects()
Registers drag effects for use in the application.
function useDragEffects(): void;
Notes
- The
drag-modaleffect can be used to drag a surrounding modal element by a ‘handle’ on which the effect is registered. - The
drag-relativeeffect can be used to emit drag events relative to the target element and its container element; see WebRenderer.DragRelativeEvent. - Call this function after useWebContext() to enable drag effects, which also enables dragging of default message dialogs automatically.
