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
/
QualifiedRule
Qualified
Rule
data
class
QualifiedRule
(
val
location
:
CssLocation
,
val
prelude
:
Prelude.Selector
,
val
block
:
Block
<
Declaration
>
)
:
Rule
(
source
)
A qualified rule, e.g.
body { color: red; }
.
Members
Constructors
Qualified
Rule
Link copied to clipboard
constructor
(
location
:
CssLocation
,
prelude
:
Prelude.Selector
,
block
:
Block
<
Declaration
>
)
Properties
block
Link copied to clipboard
open
override
val
block
:
Block
<
Declaration
>
location
Link copied to clipboard
open
override
val
location
:
CssLocation
prelude
Link copied to clipboard
open
override
val
prelude
:
Prelude.Selector
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
open
override
fun
toString
(
indent
:
Int
)
:
String