Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScrollListenerHookOptions

remarks

@since 5.0.0

Hierarchy

  • AddEventListenerOptions
    • ScrollListenerHookOptions

Index

Properties

capture?: boolean
enabled?: boolean
defaultvalue

true

onScroll: EventListener

The event handler that will be fired when the page scrolls or if any child element scrolls when the capture option is true.

once?: boolean
passive?: boolean
signal?: AbortSignal

Generated using TypeDoc