Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- item :: (MonadDOM m, IsNodeList self) => self -> Word -> m (Maybe Node)
- item_ :: (MonadDOM m, IsNodeList self) => self -> Word -> m ()
- itemUnsafe :: (MonadDOM m, IsNodeList self, HasCallStack) => self -> Word -> m Node
- itemUnchecked :: (MonadDOM m, IsNodeList self) => self -> Word -> m Node
- getLength :: (MonadDOM m, IsNodeList self) => self -> m Word
- newtype NodeList = NodeList {
- unNodeList :: JSVal
- gTypeNodeList :: JSM GType
- class IsGObject o => IsNodeList o
- toNodeList :: IsNodeList o => o -> NodeList
Documentation
itemUnsafe :: (MonadDOM m, IsNodeList self, HasCallStack) => self -> Word -> m Node Source #
itemUnchecked :: (MonadDOM m, IsNodeList self) => self -> Word -> m Node Source #
Functions for this inteface are in JSDOM.NodeList.
Instances
FromJSVal NodeList Source # | |
PFromJSVal NodeList Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> NodeList # | |
PToJSVal NodeList Source # | |
Defined in JSDOM.Types | |
ToJSVal NodeList Source # | |
MakeObject NodeList Source # | |
Defined in JSDOM.Types makeObject :: NodeList -> JSM Object # | |
IsGObject NodeList Source # | |
Defined in JSDOM.Types | |
IsNodeList NodeList Source # | |
Defined in JSDOM.Types |
gTypeNodeList :: JSM GType Source #
class IsGObject o => IsNodeList o Source #
Instances
IsNodeList NodeList Source # | |
Defined in JSDOM.Types | |
IsNodeList RadioNodeList Source # | |
Defined in JSDOM.Types |
toNodeList :: IsNodeList o => o -> NodeList Source #