pub(crate) type IntersectionObserverInit = IntersectionObserverInit<DomTypeHolder>;
Aliased Type§
pub(crate) struct IntersectionObserverInit {
pub delay: Option<i32>,
pub root: Option<ElementOrDocument<DomTypeHolder>>,
pub rootMargin: Option<DOMString>,
pub scrollMargin: Option<DOMString>,
pub threshold: Option<DoubleOrDoubleSequence>,
pub trackVisibility: bool,
}
Fields§
§delay: Option<i32>
§root: Option<ElementOrDocument<DomTypeHolder>>
§rootMargin: Option<DOMString>
§scrollMargin: Option<DOMString>
§threshold: Option<DoubleOrDoubleSequence>
§trackVisibility: bool