Safe Haskell | None |
---|---|
Language | Haskell2010 |
- newIntersectionObserverEntry :: MonadDOM m => IntersectionObserverEntryInit -> m IntersectionObserverEntry
- getTime :: MonadDOM m => IntersectionObserverEntry -> m DOMHighResTimeStamp
- getRootBounds :: MonadDOM m => IntersectionObserverEntry -> m DOMRectReadOnly
- getBoundingClientRect :: MonadDOM m => IntersectionObserverEntry -> m DOMRectReadOnly
- getIntersectionRect :: MonadDOM m => IntersectionObserverEntry -> m DOMRectReadOnly
- getIntersectionRatio :: MonadDOM m => IntersectionObserverEntry -> m Double
- getTarget :: MonadDOM m => IntersectionObserverEntry -> m Element
- newtype IntersectionObserverEntry = IntersectionObserverEntry {}
- gTypeIntersectionObserverEntry :: JSM GType
Documentation
newIntersectionObserverEntry :: MonadDOM m => IntersectionObserverEntryInit -> m IntersectionObserverEntry Source #
getTime :: MonadDOM m => IntersectionObserverEntry -> m DOMHighResTimeStamp Source #
getRootBounds :: MonadDOM m => IntersectionObserverEntry -> m DOMRectReadOnly Source #
getIntersectionRatio :: MonadDOM m => IntersectionObserverEntry -> m Double Source #
newtype IntersectionObserverEntry Source #
Functions for this inteface are in JSDOM.IntersectionObserverEntry.