RadioNodeList

Exposes the JavaScript RadioNodeList to Kotlin

Constructors

Link copied to clipboard
constructor()

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
operator fun NodeList.get(index: Int): Node?
Link copied to clipboard
open override fun item(index: Int): Node?