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.parser.ast.css.syntax.node
/
Prelude
/
Selector
Selector
data
class
Selector
(
val
components
:
List
<
SelectorListItem
>
)
:
Prelude
<
SelectorListItem
>
(
source
)
Represents a selector list prelude.
Members
Constructors
Selector
Link copied to clipboard
constructor
(
components
:
List
<
SelectorListItem
>
)
Properties
components
Link copied to clipboard
open
override
val
components
:
List
<
SelectorListItem
>
The list of component value nodes that make up the prelude.
specificities
Link copied to clipboard
val
specificities
:
Map
<
SelectorListItem
,
CssSpecificity
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String