kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom.css
/
CSSRule
CSSRule
abstract
class
CSSRule
:
JsAny
(
source
)
Exposes the JavaScript
CSSRule
to Kotlin
Inheritors
CSSStyleRule
CSSImportRule
CSSGroupingRule
CSSMarginRule
CSSNamespaceRule
Members
Constructors
CSSRule
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
css
Text
Link copied to clipboard
open
var
cssText
:
String
parent
Rule
Link copied to clipboard
open
val
parentRule
:
CSSRule
?
parent
Style
Sheet
Link copied to clipboard
open
val
parentStyleSheet
:
CSSStyleSheet
?
type
Link copied to clipboard
open
val
type
:
Short