RadioNodeList

abstract external class RadioNodeList : NodeList, UnionElementOrRadioNodeList

Exposes the JavaScript RadioNodeList to Kotlin

Constructors

RadioNodeList
Link copied to clipboard
JS
fun RadioNodeList()

Functions

item
Link copied to clipboard
JS
open override fun item(index: Int): Node?

Properties

length
Link copied to clipboard
JS
abstract val length: Int
value
Link copied to clipboard
JS
open var value: String