SVG to Compose Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
dev.tonholo.s2c.domain.svg
/
ComputedRule
Computed
Rule
data
class
ComputedRule
(
val
selector
:
String
,
val
specificity
:
CssSpecificity
,
val
declarations
:
List
<
Declaration
>
)
:
Comparable
<
ComputedRule
>
(
source
)
Members
Constructors
Computed
Rule
Link copied to clipboard
constructor
(
selector
:
String
,
specificity
:
CssSpecificity
,
declarations
:
List
<
Declaration
>
)
Properties
declarations
Link copied to clipboard
val
declarations
:
List
<
Declaration
>
selector
Link copied to clipboard
val
selector
:
String
specificity
Link copied to clipboard
val
specificity
:
CssSpecificity
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
ComputedRule
)
:
Int