Interface DragOptions

Hierarchy

  • DragOptions

Properties

dragEnd?: ((dragFrom: string, dragTo: string) => boolean)

Type declaration

    • (dragFrom: string, dragTo: string): boolean
    • Parameters

      • dragFrom: string
      • dragTo: string

      Returns boolean

dragStart?: ((dragRowIdentifier: string) => void)

Type declaration

    • (dragRowIdentifier: string): void
    • Parameters

      • dragRowIdentifier: string

      Returns void

dragValid?: ((dragFrom: string, dragTo: string) => boolean)

Type declaration

    • (dragFrom: string, dragTo: string): boolean
    • Parameters

      • dragFrom: string
      • dragTo: string

      Returns boolean

Generated using TypeDoc