Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface AutoScrollOptions
import { type AutoScrollOptions } from "https://deno.land/x/netzo@0.3.66/deps/@dnd-kit/core.ts";

Properties

optional
acceleration: number
optional
activator: AutoScrollActivator
optional
canScroll: CanScroll
optional
enabled: boolean
optional
interval: number
optional
layoutShiftCompensation: boolean | { x: boolean; y: boolean; }
optional
order: TraversalOrder
optional
threshold: { x: number; y: number; }