Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
legacy-modes
/
com.monkopedia.kodemirror.legacy.modes
/
StexPlugin
Stex
Plugin
class
StexPlugin
(
val
name
:
String
,
val
style
:
String
,
val
styles
:
List
<
String
?
>
=
emptyList()
)
Members
Constructors
Stex
Plugin
Link copied to clipboard
constructor
(
name
:
String
,
style
:
String
,
styles
:
List
<
String
?
>
=
emptyList()
)
Properties
argument
Link copied to clipboard
var
argument
:
String
?
bracket
No
Link copied to clipboard
var
bracketNo
:
Int
name
Link copied to clipboard
val
name
:
String
style
Link copied to clipboard
val
style
:
String
styles
Link copied to clipboard
val
styles
:
List
<
String
?
>
Functions
close
Bracket
Link copied to clipboard
fun
closeBracket
(
ch
:
String
?
=
null
)
copy
Link copied to clipboard
fun
copy
(
)
:
StexPlugin
open
Bracket
Link copied to clipboard
fun
openBracket
(
)
:
String
style
Identifier
Link copied to clipboard
fun
styleIdentifier
(
)
:
String
?