@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface IntersectionObserverInit.Builder
extends IntersectionObserverInit
IntersectionObserverInit.Builder| Modifier and Type | Method and Description |
|---|---|
default IntersectionObserverInit.Builder |
root(IntersectionRoot root) |
default IntersectionObserverInit.Builder |
rootMargin(java.lang.String rootMargin) |
default IntersectionObserverInit.Builder |
threshold(double... threshold) |
default IntersectionObserverInit.Builder |
threshold(double threshold) |
default IntersectionObserverInit.Builder |
threshold(DoubleOrDoubleArrayUnion threshold) |
default IntersectionObserverInit.Builder |
threshold(JsArray<java.lang.Double> threshold) |
create, root, rootMargin, setRoot, setRootMargin, setThreshold, setThreshold, setThreshold, setThreshold, threshold@JsOverlay @Nonnull default IntersectionObserverInit.Builder root(@Nullable IntersectionRoot root)
@JsOverlay @Nonnull default IntersectionObserverInit.Builder rootMargin(@Nonnull java.lang.String rootMargin)
@JsOverlay @Nonnull default IntersectionObserverInit.Builder threshold(@Nonnull DoubleOrDoubleArrayUnion threshold)
@JsOverlay @Nonnull default IntersectionObserverInit.Builder threshold(double threshold)
@JsOverlay @Nonnull default IntersectionObserverInit.Builder threshold(@Nonnull JsArray<java.lang.Double> threshold)
@JsOverlay @Nonnull default IntersectionObserverInit.Builder threshold(@Nonnull double... threshold)