IntersectionObserverEntry
Overview
The IntersectionObserverEntry interface of the Intersection Observer API describes the intersection between the target element and its root container at a specific moment of transition.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
intersectionRatio
property intersectionRatio: Double read;
Double intersectionRatio { get; }
var intersectionRatio: Double { get{} }
Double intersectionRatio { __get; }
ReadOnly Property intersectionRatio() As Double
isIntersecting
property isIntersecting: Boolean read;
Boolean isIntersecting { get; }
var isIntersecting: Boolean { get{} }
Boolean isIntersecting { __get; }
ReadOnly Property isIntersecting() As Boolean
target
property target: HTMLElement read;
HTMLElement target { get; }
var target: HTMLElement { get{} }
HTMLElement target { __get; }
ReadOnly Property target() As HTMLElement
time
property time: DateTime read;
DateTime time { get; }
var time: DateTime { get{} }
DateTime time { __get; }
ReadOnly Property time() As DateTime