Package-level declarations
Types
Link copied to clipboard
class IntersectionObserver(callback: IntersectionObserverCallback, options: IntersectionObserverInit) : JsAny
Link copied to clipboard
typealias IntersectionObserverCallback = (entries: JsArray<IntersectionObserverEntry>, observer: IntersectionObserver) -> Unit
Link copied to clipboard
This Intersection Observer API interface describes the intersection between the target element and its root container at a specific moment of transition.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
typealias ResizeObserverCallback = (entries: JsArray<ResizeObserverEntry>, observer: ResizeObserver) -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard