Module

Web.DOM.NonDocumentTypeChildNode

Package
purescript-web-dom
Repository
purescript-web/purescript-web-dom

#NonDocumentTypeChildNode Source

#previousElementSibling Source

previousElementSibling :: NonDocumentTypeChildNode -> Effect (Maybe Element)

The previous sibling that is an element, or Nothing if no such element exists.

#nextElementSibling Source

nextElementSibling :: NonDocumentTypeChildNode -> Effect (Maybe Element)

The next sibling that is an element, or Nothing if no such element exists.