kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom.observers
/
IntersectionObserverEntryInit
Intersection
Observer
Entry
Init
sealed
interface
IntersectionObserverEntryInit
:
JsAny
(
source
)
Members
Properties
bounding
Client
Rect
Link copied to clipboard
abstract
var
boundingClientRect
:
DOMRectInit
intersection
Ratio
Link copied to clipboard
abstract
var
intersectionRatio
:
Double
intersection
Rect
Link copied to clipboard
abstract
var
intersectionRect
:
DOMRectInit
is
Intersecting
Link copied to clipboard
abstract
var
isIntersecting
:
Boolean
root
Bounds
Link copied to clipboard
abstract
var
rootBounds
:
DOMRectInit
?
target
Link copied to clipboard
abstract
var
target
:
Element
time
Link copied to clipboard
abstract
var
time
:
JsNumber