@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface IntersectionObserverEntryInit.Builder
extends IntersectionObserverEntryInit
IntersectionObserverEntryInit.Builder| Modifier and Type | Method and Description |
|---|---|
default IntersectionObserverEntryInit.Builder |
boundingClientRect(DOMRectInit boundingClientRect) |
default IntersectionObserverEntryInit.Builder |
intersectionRatio(double intersectionRatio) |
default IntersectionObserverEntryInit.Builder |
intersectionRect(DOMRectInit intersectionRect) |
default IntersectionObserverEntryInit.Builder |
isIntersecting(boolean isIntersecting) |
default IntersectionObserverEntryInit.Builder |
rootBounds(DOMRectInit rootBounds) |
default IntersectionObserverEntryInit.Builder |
target(Element target) |
default IntersectionObserverEntryInit.Builder |
time(double time) |
boundingClientRect, create, intersectionRatio, intersectionRect, isIntersecting, rootBounds, setBoundingClientRect, setIntersectionRatio, setIntersectionRect, setIsIntersecting, setRootBounds, setTarget, setTime, target, time@JsOverlay @Nonnull default IntersectionObserverEntryInit.Builder boundingClientRect(@Nonnull DOMRectInit boundingClientRect)
@JsOverlay @Nonnull default IntersectionObserverEntryInit.Builder intersectionRatio(double intersectionRatio)
@JsOverlay @Nonnull default IntersectionObserverEntryInit.Builder intersectionRect(@Nonnull DOMRectInit intersectionRect)
@JsOverlay @Nonnull default IntersectionObserverEntryInit.Builder isIntersecting(boolean isIntersecting)
@JsOverlay @Nonnull default IntersectionObserverEntryInit.Builder rootBounds(@Nullable DOMRectInit rootBounds)
@JsOverlay @Nonnull default IntersectionObserverEntryInit.Builder target(@Nonnull Element target)
@JsOverlay @Nonnull default IntersectionObserverEntryInit.Builder time(double time)