StyleSheet

JS
1.1
abstract class StyleSheet
(source)

Exposes the JavaScript StyleSheet to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript StyleSheet to Kotlin

StyleSheet ( )

Properties

JS
1.1

disabled

open var disabled : Boolean
JS
1.1

href

open val href : String ?
JS
1.1

media

open val media : MediaList
JS
1.1

parentStyleSheet

open val parentStyleSheet : StyleSheet ?
JS
1.1

title

open val title : String ?
JS
1.1

type

open val type : String

Inheritors

JS
1.1

CSSStyleSheet

Exposes the JavaScript CSSStyleSheet to Kotlin

abstract class CSSStyleSheet : StyleSheet