RadioNodeList

Exposes the JavaScript RadioNodeList to Kotlin

Constructors

Link copied to clipboard

Functions

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

Properties

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

Extensions

Link copied to clipboard

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

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