kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom.css
/
StyleSheet
Style
Sheet
JS
abstract
external
class
StyleSheet
Exposes the JavaScript
StyleSheet
to Kotlin
Constructors
Properties
Inheritors
Constructors
Style
Sheet
Link copied to clipboard
JS
fun
StyleSheet
(
)
Properties
disabled
Link copied to clipboard
JS
open
var
disabled
:
Boolean
href
Link copied to clipboard
JS
open
val
href
:
String
?
media
Link copied to clipboard
JS
open
val
media
:
MediaList
owner
Node
Link copied to clipboard
JS
open
val
ownerNode
:
UnionElementOrProcessingInstruction
?
parent
Style
Sheet
Link copied to clipboard
JS
open
val
parentStyleSheet
:
StyleSheet
?
title
Link copied to clipboard
JS
open
val
title
:
String
?
type
Link copied to clipboard
JS
open
val
type
:
String
Inheritors
CSSStyleSheet
Link copied to clipboard