HTMLOptionsCollection

Exposes the JavaScript HTMLOptionsCollection to Kotlin

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override var length: Int
Link copied to clipboard
open var selectedIndex: Int

Functions

Link copied to clipboard
Link copied to clipboard
open override fun item(index: Int): Element?
Link copied to clipboard
fun namedItem(name: String): Element?
Link copied to clipboard
fun remove(index: Int)