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
/
Rule
Rule
sealed
interface
Rule
:
CssStatementNode
(
source
)
A CSS rule. Can be either an at-rule or a qualified rule.
Inheritors
AtRule
QualifiedRule
Members
Properties
block
Link copied to clipboard
abstract
val
block
:
Block
<
out
CssNode
>
location
Link copied to clipboard
abstract
override
val
location
:
CssLocation
prelude
Link copied to clipboard
abstract
val
prelude
:
Prelude
<
*
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
indent
:
Int
)
:
String