RadioNodeList

JS
1.1
abstract class RadioNodeList : 
    NodeList,
    UnionElementOrRadioNodeList

(source)

Exposes the JavaScript RadioNodeList to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript RadioNodeList to Kotlin

RadioNodeList()

Properties

JS
1.1

value

open var value: String

Extension Functions

JS
1.1

asList

Returns the view of this ItemArrayLike<T> collection as List<T>

fun <T> ItemArrayLike<T>.asList(): List<T>
JS
1.1

get

operator fun NodeList.get(index: Int): Node?