DOMTokenList

abstract external class DOMTokenList : ItemArrayLike<String> (source)

Exposes the JavaScript DOMTokenList to Kotlin

Since Kotlin

1.1

Constructors

Link copied to clipboard
constructor()

Properties

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

Functions

Link copied to clipboard
fun add(vararg tokens: String)
Since Kotlin 1.1
Link copied to clipboard

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

Since Kotlin 1.1
Link copied to clipboard
fun contains(token: String): Boolean
Since Kotlin 1.1
Link copied to clipboard
inline operator fun DOMTokenList.get(index: Int): String?
Since Kotlin 1.1
Link copied to clipboard
open override fun item(index: Int): String?
Since Kotlin 1.1
Link copied to clipboard
fun remove(vararg tokens: String)
Since Kotlin 1.1
Link copied to clipboard
fun replace(token: String, newToken: String)
Since Kotlin 1.1
Link copied to clipboard
fun supports(token: String): Boolean
Since Kotlin 1.1
Link copied to clipboard
fun toggle(token: String, force: Boolean = definedExternally): Boolean
Since Kotlin 1.1