Interface: IDragService
Defined in: src/types/services.ts:297
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:299
Handle a drag payload and return the result
Parameters
payload
unknown
Returns
Promise<unknown>