Interface: IDragService
Defined in: src/types/services.ts:261
Drag-and-drop service for handling file drops into the canvas.
Remarks
Replaces the drag handler from the editor.
Methods
drag()
drag(
payload):Promise<unknown>
Defined in: src/types/services.ts:263
Handle a drag payload and return the result
Parameters
payload
unknown
Returns
Promise<unknown>