@Generated(value="org.realityforge.webtack")
@JsFunction
@FunctionalInterface
public interface IntersectionObserverCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onInvoke(JsArray<IntersectionObserverEntry> entries,
IntersectionObserver observer) |
void onInvoke(@Nonnull
JsArray<IntersectionObserverEntry> entries,
@Nonnull
IntersectionObserver observer)