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
/
Comment
Comment
data
class
Comment
(
val
value
:
String
,
val
location
:
CssLocation
,
val
isHtmlComment
:
Boolean
=
false
)
:
CssStatementNode
(
source
)
Represents a CSS comment.
Members
Constructors
Comment
Link copied to clipboard
constructor
(
value
:
String
,
location
:
CssLocation
,
isHtmlComment
:
Boolean
=
false
)
Properties
is
Html
Comment
Link copied to clipboard
val
isHtmlComment
:
Boolean
location
Link copied to clipboard
open
override
val
location
:
CssLocation
value
Link copied to clipboard
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
indent
:
Int
)
:
String