Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
view
/
com.monkopedia.kodemirror.view
/
LineDecorationSpec
Line
Decoration
Spec
data
class
LineDecorationSpec
(
val
cssClass
:
String
?
=
null
,
val
style
:
SpanStyle
?
=
null
)
Spec for a line decoration (whole-line styling).
Members
Constructors
Line
Decoration
Spec
Link copied to clipboard
constructor
(
cssClass
:
String
?
=
null
,
style
:
SpanStyle
?
=
null
)
Properties
css
Class
Link copied to clipboard
val
cssClass
:
String
?
style
Link copied to clipboard
val
style
:
SpanStyle
?