Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-browser
/
web.dom
/
NonDocumentTypeChildNode
/
nextElementSibling
next
Element
Sibling
web
open
val
nextElementSibling
:
Element
?
(
source
)
Returns the first following sibling that is an element, and null otherwise.
MDN Reference