toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.cssom
/
CSSContainerRule
CSSContainer
Rule
sealed
external
class
CSSContainerRule
:
CSSConditionRule
(
source
)
MDN Reference
Members
Properties
condition
Text
Link copied to clipboard
val
conditionText
:
String
MDN Reference
container
Name
Link copied to clipboard
val
containerName
:
String
MDN Reference
container
Query
Link copied to clipboard
val
containerQuery
:
String
MDN Reference
css
Rules
Link copied to clipboard
val
cssRules
:
CSSRuleList
MDN Reference
css
Text
Link copied to clipboard
var
cssText
:
String
MDN Reference
parent
Rule
Link copied to clipboard
val
parentRule
:
CSSRule
?
MDN Reference
parent
Style
Sheet
Link copied to clipboard
val
parentStyleSheet
:
CSSStyleSheet
?
MDN Reference
Functions
delete
Rule
Link copied to clipboard
fun
deleteRule
(
index
:
Int
)
MDN Reference
insert
Rule
Link copied to clipboard
fun
insertRule
(
rule
:
String
,
index
:
Int
=
definedExternally
)
:
Int
MDN Reference