Constructors

Properties

onDragEnd: ((...this, e) => any)

Type declaration

    • (...this, e): any
    • Parameters

      • Rest ...this: any
      • e: any

      Returns any

Param: e

Returns

onDragEnter: ((...this, e) => any)

Type declaration

    • (...this, e): any
    • Parameters

      • Rest ...this: any
      • e: any

      Returns any

Param: e

Returns

onDragLeave: ((e) => void)

Type declaration

    • (e): void
    • Parameters

      • e: any

      Returns void

onDragOver: ((...this, e) => any)

Type declaration

    • (...this, e): any
    • Parameters

      • Rest ...this: any
      • e: any

      Returns any

Param: e

Returns

onDragStart: ((...this, e) => any)

Type declaration

    • (...this, e): any
    • Parameters

      • Rest ...this: any
      • e: any

      Returns any

Param: e

Returns

onDrop: ((...this, e) => any)

Type declaration

    • (...this, e): any
    • Parameters

      • Rest ...this: any
      • e: any

      Returns any

Param: e

Returns

Generated using TypeDoc