Skip to content

getAllParentScroller

获取元素的所有可滚动父级元素,包含 window 作为最后一项。

使用

ts
import { getAllParentScroller } from 'rattail'

const scrollers = getAllParentScroller(document.querySelector('div'))

参数

参数类型默认值
elHTMLElement

返回值

类型
Array<HTMLElement | Window>