Safe Haskell | None |
---|---|
Language | Haskell2010 |
- elementFromPoint :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> Double -> Double -> m (Maybe Element)
- elementFromPoint_ :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> Double -> Double -> m ()
- elementFromPointUnsafe :: (MonadDOM m, IsDocumentOrShadowRoot self, HasCallStack) => self -> Double -> Double -> m Element
- elementFromPointUnchecked :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> Double -> Double -> m Element
- getActiveElement :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> m (Maybe Element)
- getActiveElementUnsafe :: (MonadDOM m, IsDocumentOrShadowRoot self, HasCallStack) => self -> m Element
- getActiveElementUnchecked :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> m Element
- getPointerLockElement :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> m (Maybe Element)
- getPointerLockElementUnsafe :: (MonadDOM m, IsDocumentOrShadowRoot self, HasCallStack) => self -> m Element
- getPointerLockElementUnchecked :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> m Element
- newtype DocumentOrShadowRoot = DocumentOrShadowRoot {}
- gTypeDocumentOrShadowRoot :: JSM GType
- class IsGObject o => IsDocumentOrShadowRoot o
- toDocumentOrShadowRoot :: IsDocumentOrShadowRoot o => o -> DocumentOrShadowRoot
Documentation
elementFromPoint :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> Double -> Double -> m (Maybe Element) Source #
elementFromPoint_ :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> Double -> Double -> m () Source #
elementFromPointUnsafe :: (MonadDOM m, IsDocumentOrShadowRoot self, HasCallStack) => self -> Double -> Double -> m Element Source #
elementFromPointUnchecked :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> Double -> Double -> m Element Source #
getActiveElement :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> m (Maybe Element) Source #
getActiveElementUnsafe :: (MonadDOM m, IsDocumentOrShadowRoot self, HasCallStack) => self -> m Element Source #
getActiveElementUnchecked :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> m Element Source #
getPointerLockElement :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> m (Maybe Element) Source #
getPointerLockElementUnsafe :: (MonadDOM m, IsDocumentOrShadowRoot self, HasCallStack) => self -> m Element Source #
getPointerLockElementUnchecked :: (MonadDOM m, IsDocumentOrShadowRoot self) => self -> m Element Source #
newtype DocumentOrShadowRoot Source #
Functions for this inteface are in JSDOM.DocumentOrShadowRoot.
class IsGObject o => IsDocumentOrShadowRoot o Source #