Type alias DragManagerProps

DragManagerProps: {
    animation?: number;
    indentThreshold?: number;
    linedRegionThreshold?: number;
    moveThreshold?: number;
}

Type declaration

  • Optional animation?: number
  • Optional indentThreshold?: number
  • Optional linedRegionThreshold?: number
  • Optional moveThreshold?: number

Generated using TypeDoc