Interface DynaTreeDNDOptions

Index

Properties

Properties

optional public autoExpandMS?: number

optional public onDragEnter?: (targetNode: any, sourceNode: any) => void

optional public onDragLeave?: (targetNode: any, sourceNode: any) => void

optional public onDragOver?: (targetNode: any, sourceNode: any, hitMode: string) => void

optional public onDragStart?: (sourceNode: any) => void

optional public onDragStop?: (sourceNode: any) => void

optional public onDrop?: (targetNode: any, sourceNode: any, hitMode: string) => void

optional public preventVoidMoves?: boolean

public revert: boolean