Class IntersectionObserverInit
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class IntersectionObserverInit
- Inheritance
-
IntersectionObserverInit
- Inherited Members
-
Constructors
IntersectionObserverInit()
public IntersectionObserverInit()
Fields
Delay
[Value("delay")]
public long Delay
Field Value
- long
Root
[Value("root")]
public Union109? Root
Field Value
- Union109?
RootMargin
[Value("rootMargin")]
public string RootMargin
Field Value
- string
[Value("scrollMargin")]
public string ScrollMargin
Field Value
- string
Threshold
[Value("threshold")]
public Union110 Threshold
Field Value
- Union110
TrackVisibility
[Value("trackVisibility")]
public bool TrackVisibility
Field Value
- bool