Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lezer-highlight
/
com.monkopedia.kodemirror.lezer.highlight
/
TagStyleRule
Tag
Style
Rule
data
class
TagStyleRule
(
val
tags
:
List
<
Tag
>
,
val
class
:
String
)
Members
Constructors
Tag
Style
Rule
Link copied to clipboard
constructor
(
tags
:
List
<
Tag
>
,
class
:
String
)
Properties
class
Link copied to clipboard
val
class
:
String
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>