Module

DOM.Simple.Sibling

Package
purescript-dom-simple
Repository
garganscript/purescript-dom-simple

#prevElement Source

prevElement :: forall e. IsSibling e => e -> Maybe Element

Returns the previous Element sibling if any

#nextElement Source

nextElement :: forall e. IsSibling e => e -> Maybe Element

Returns the next Element sibling if any