Package org.w3c.dom.css

Kotlin JavaScript wrappers for the DOM CSS API.

Types

JS
1.1

CSS

Exposes the JavaScript CSS to Kotlin

abstract class CSS
JS
1.1

CSSGroupingRule

Exposes the JavaScript CSSGroupingRule to Kotlin

abstract class CSSGroupingRule : CSSRule
JS
1.1

CSSImportRule

abstract class CSSImportRule : CSSRule
JS
1.1

CSSMarginRule

abstract class CSSMarginRule : CSSRule
JS
1.1

CSSMediaRule

Exposes the JavaScript CSSMediaRule to Kotlin

abstract class CSSMediaRule : CSSGroupingRule
JS
1.1

CSSNamespaceRule

Exposes the JavaScript CSSNamespaceRule to Kotlin

abstract class CSSNamespaceRule : CSSRule
JS
1.1

CSSPageRule

Exposes the JavaScript CSSPageRule to Kotlin

abstract class CSSPageRule : CSSGroupingRule
JS
1.1

CSSRule

Exposes the JavaScript CSSRule to Kotlin

abstract class CSSRule
JS
1.1

CSSRuleList

Exposes the JavaScript CSSRuleList to Kotlin

abstract class CSSRuleList : ItemArrayLike<CSSRule>
JS
1.1

CSSStyleDeclaration

Exposes the JavaScript CSSStyleDeclaration to Kotlin

abstract class CSSStyleDeclaration : ItemArrayLike<String>
JS
1.1

CSSStyleRule

Exposes the JavaScript CSSStyleRule to Kotlin

abstract class CSSStyleRule : CSSRule
JS
1.1

CSSStyleSheet

Exposes the JavaScript CSSStyleSheet to Kotlin

abstract class CSSStyleSheet : StyleSheet
JS
1.1

ElementCSSInlineStyle

interface ElementCSSInlineStyle
JS
1.1

LinkStyle

Exposes the JavaScript LinkStyle to Kotlin

interface LinkStyle
JS
1.1

MediaList

abstract class MediaList : ItemArrayLike<String>
JS
1.1

StyleSheet

Exposes the JavaScript StyleSheet to Kotlin

abstract class StyleSheet
JS
1.1

StyleSheetList

Exposes the JavaScript StyleSheetList to Kotlin

abstract class StyleSheetList : ItemArrayLike<StyleSheet>
JS
1.1

UnionElementOrProcessingInstruction

interface UnionElementOrProcessingInstruction

Functions

JS
1.1

get

operator fun MediaList.get(index: Int): String?
operator fun StyleSheetList.get(index: Int): StyleSheet?
operator fun CSSRuleList.get(index: Int): CSSRule?
operator fun CSSStyleDeclaration.get(index: Int): String?