Bun

interface

WebView.ScrollToOptions

interface ScrollToOptions

  • block?: 'end' | 'center' | 'start' | 'nearest'

    Vertical alignment. "nearest" scrolls minimally (no-op if already in view); "center" snaps the element's center to the viewport center.

  • timeout?: number

    Maximum time in milliseconds to wait for the element to exist.