ghcjs-dom-jsffi-0.7.0.1: DOM library using JSFFI and GHCJS

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.JSFFI.Generated.Selection

Synopsis

Documentation

modify :: (MonadIO m, ToJSString alter, ToJSString direction, ToJSString granularity) => Selection -> alter -> direction -> granularity -> m () Source #

setBaseAndExtent :: (MonadIO m, IsNode baseNode, IsNode extentNode) => Selection -> Maybe baseNode -> Int -> Maybe extentNode -> Int -> m () Source #