Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.dom
/
ParentNode
/
lastElementChild
last
Element
Child
open
val
lastElementChild
:
Element
?
(
source
)
Returns the last child that is an element, and null otherwise.
MDN Reference