StyleSheetList

abstract external class StyleSheetList : ItemArrayLike<StyleSheet>

Exposes the JavaScript StyleSheetList to Kotlin

Constructors

StyleSheetList
Link copied to clipboard
JS
fun StyleSheetList()

Functions

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

Properties

length
Link copied to clipboard
JS
abstract val length: Int

Extensions

get
Link copied to clipboard
JS
inline operator fun StyleSheetList.get(index: Int): StyleSheet?