Properties
Optional
dragEnd
dragEnd?: ((dragFrom: string, dragTo: string) => boolean)
Type declaration
-
- (dragFrom: string, dragTo: string): boolean
-
Parameters
-
dragFrom: string
-
dragTo: string
Returns boolean
Optional
dragStart
dragStart?: ((dragRowIdentifier: string) => void)
Type declaration
-
- (dragRowIdentifier: string): void
-
Parameters
-
dragRowIdentifier: string
Returns void
Optional
dragValid
dragValid?: ((dragFrom: string, dragTo: string) => boolean)
Type declaration
-
- (dragFrom: string, dragTo: string): boolean
-
Parameters
-
dragFrom: string
-
dragTo: string
Returns boolean