Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

DragAndDrop

shivayl edited this page Jun 13, 2018 · 1 revision

Constructor:

  • new DragAndDrop()

    Initialization of the drag and drop module.

    NOTE: Initialized after the app finishes downloading on the client.


Properties:

  • draggableElements

    All current draggable elements.


Methods:

  • updateDraggables()

    Update all draggable (and droppable) elements on the app (i.e. desktop icons and cells).


  • updateFreeDraggListeners()

    Update all free draggable elements on the app (i.e windows).

Clone this wiki locally