accepts abstract method

bool accepts(
  1. Element draggableElement,
  2. int draggableId,
  3. Element dropzoneElement
)

Returns true if the draggableElement with draggableId should be accepted by the dropzoneElement.

Implementation

bool accepts(
    Element draggableElement, int draggableId, Element dropzoneElement);