Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- 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.
Instances
PToJSVal DocumentOrShadowRoot Source # | |
Defined in JSDOM.Types pToJSVal :: DocumentOrShadowRoot -> JSVal # | |
PFromJSVal DocumentOrShadowRoot Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> DocumentOrShadowRoot # | |
ToJSVal DocumentOrShadowRoot Source # | |
Defined in JSDOM.Types toJSVal :: DocumentOrShadowRoot -> JSM JSVal # toJSValListOf :: [DocumentOrShadowRoot] -> JSM JSVal # | |
FromJSVal DocumentOrShadowRoot Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe DocumentOrShadowRoot) # fromJSValUnchecked :: JSVal -> JSM DocumentOrShadowRoot # fromJSValListOf :: JSVal -> JSM (Maybe [DocumentOrShadowRoot]) # fromJSValUncheckedListOf :: JSVal -> JSM [DocumentOrShadowRoot] # | |
MakeObject DocumentOrShadowRoot Source # | |
Defined in JSDOM.Types makeObject :: DocumentOrShadowRoot -> JSM Object # | |
IsDocumentOrShadowRoot DocumentOrShadowRoot Source # | |
Defined in JSDOM.Types | |
IsGObject DocumentOrShadowRoot Source # | |
Defined in JSDOM.Types |
class IsGObject o => IsDocumentOrShadowRoot o Source #
Instances
IsDocumentOrShadowRoot XMLDocument Source # | |
Defined in JSDOM.Types | |
IsDocumentOrShadowRoot ShadowRoot Source # | |
Defined in JSDOM.Types | |
IsDocumentOrShadowRoot HTMLDocument Source # | |
Defined in JSDOM.Types | |
IsDocumentOrShadowRoot DocumentOrShadowRoot Source # | |
Defined in JSDOM.Types | |
IsDocumentOrShadowRoot Document Source # | |
Defined in JSDOM.Types |