RadioNodeList

abstract external class RadioNodeList : NodeList, UnionElementOrRadioNodeList

Exposes the JavaScript RadioNodeList to Kotlin

Constructors

RadioNodeList
Link copied to clipboard
fun RadioNodeList()

Functions

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

Properties

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