@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface IntersectionObserverInit
@JsOverlay @Nonnull static IntersectionObserverInit create()
@JsProperty(name="root") @Nullable ElementOrDocumentUnion root()
@JsProperty
void setRoot(@Nullable
ElementOrDocumentUnion root)
@JsOverlay
default void setRoot(@Nonnull
Element root)
@JsOverlay @Nonnull default IntersectionObserverInit root(@Nonnull Element root)
@JsOverlay
default void setRoot(@Nonnull
Document root)
@JsOverlay @Nonnull default IntersectionObserverInit root(@Nonnull Document root)
@JsProperty(name="rootMargin") java.lang.String rootMargin()
@JsProperty
void setRootMargin(@Nonnull
java.lang.String rootMargin)
@JsOverlay @Nonnull default IntersectionObserverInit rootMargin(@Nonnull java.lang.String rootMargin)
@JsProperty(name="threshold") DoubleOrDoubleArrayUnion threshold()
@JsProperty
void setThreshold(@Nonnull
DoubleOrDoubleArrayUnion threshold)
@JsOverlay default void setThreshold(double threshold)
@JsOverlay @Nonnull default IntersectionObserverInit threshold(double threshold)
@JsOverlay
default void setThreshold(@Nonnull
JsArray<java.lang.Double> threshold)
@JsOverlay @Nonnull default IntersectionObserverInit threshold(@Nonnull JsArray<java.lang.Double> threshold)
@JsOverlay
default void setThreshold(@Nonnull
double... threshold)
@JsOverlay @Nonnull default IntersectionObserverInit threshold(@Nonnull double... threshold)