Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.dom
/
Element
/
getAttributeNames
get
Attribute
Names
fun
getAttributeNames
(
)
:
ReadonlyArray
<
JsString
>
(
source
)
Returns the qualified names of all element's attributes. Can contain duplicates.
MDN Reference