toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.dom
/
NonDocumentTypeChildNode
/
nextElementSibling
next
Element
Sibling
open
val
nextElementSibling
:
Element
?
(
source
)
Returns the first following sibling that is an element, and null otherwise.
MDN Reference