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
/
CssLocation
Css
Location
data
class
CssLocation
(
val
source
:
String
,
val
start
:
Int
,
val
end
:
Int
)
(
source
)
Represents a location in a CSS source file.
Members
Constructors
Css
Location
Link copied to clipboard
constructor
(
source
:
String
,
start
:
Int
,
end
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
end
Link copied to clipboard
val
end
:
Int
source
Link copied to clipboard
val
source
:
String
start
Link copied to clipboard
val
start
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String