Type Alias DragOptions

DragOptions: {
    autoTranslate: boolean;
    fence: HTMLElement | string;
    fenceViewport: RectPositioned;
    quickDrag: boolean;
}

Type declaration

  • autoTranslate: boolean
  • fence: HTMLElement | string
  • fenceViewport: RectPositioned
  • quickDrag: boolean

    If true, it's not necessary to select item first