Options
All
  • Public
  • Public/Protected
  • All
Menu

DropZone API.

Hierarchy

  • DropZone

Index

Methods

Methods

create

  • create(el: HTMLElement, data: any): void
  • Creates a drop zone for dropping desktop icons.

    Parameters

    • el: HTMLElement

      The element to process.

    • data: any

      The data to put.

    Returns void

get

  • Returns the drop zone for a specific object.

    Parameters

    • el: HTMLElement

      The element to process.

    Returns DropZoneProps

Generated using TypeDoc