Interface: IIntersectionObserverExtOption

IntersectionObserver IIntersectionObserverExtOption

IntersectionObserver init options

Properties:
Name Type Argument Description
target Element

감지할 element

visibleRatio Number <optional>

이벤트 visibleRatio 값

throttle Number <optional>

이벤트 throttle 값

callback callback <optional>

이벤트 callback

options IntersectionObserverInit <optional>

세부 IntersectionObserver options

Source:
See: