kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
compose-html-ext
/
com.varabyte.kobweb.compose.css
/
CSSScopeRuleDeclaration
CSSScope
Rule
Declaration
class
CSSScopeRuleDeclaration
(
val
start
:
String
?
,
val
end
:
String
?
,
val
rules
:
CSSRuleDeclarationList
)
:
CSSGroupingRuleDeclaration
(
source
)
Members
Constructors
CSSScope
Rule
Declaration
Link copied to clipboard
constructor
(
start
:
String
?
,
end
:
String
?
,
rules
:
CSSRuleDeclarationList
)
Properties
end
Link copied to clipboard
val
end
:
String
?
header
Link copied to clipboard
open
override
val
header
:
String
rules
Link copied to clipboard
open
override
val
rules
:
CSSRuleDeclarationList
start
Link copied to clipboard
val
start
:
String
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean