Typescript Library Declarations (DOM)
Interface IntersectionObserverInit
interface
IntersectionObserverInit
{
root
?:
Element
|
Document
;
rootMargin
?:
string
;
threshold
?:
number
|
number
[]
;
}
Index
Properties
root?
root
Margin?
threshold?
Properties
Optional
root
root
?:
Element
|
Document
Optional
root
Margin
root
Margin
?:
string
Optional
threshold
threshold
?:
number
|
number
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
root
root
Margin
threshold
Typescript Library Declarations (DOM)