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
/
JavaScriptConfig
Java
Script
Config
data
class
JavaScriptConfig
(
val
name
:
String
=
"javascript"
,
val
json
:
Boolean
=
false
,
val
jsonld
:
Boolean
=
false
,
val
typescript
:
Boolean
=
false
,
val
statementIndent
:
Int
?
=
null
,
val
wordCharacters
:
Regex
=
Regex("[\\w\$\\u00a1-\\uffff]")
)
Members
Constructors
Java
Script
Config
Link copied to clipboard
constructor
(
name
:
String
=
"javascript"
,
json
:
Boolean
=
false
,
jsonld
:
Boolean
=
false
,
typescript
:
Boolean
=
false
,
statementIndent
:
Int
?
=
null
,
wordCharacters
:
Regex
=
Regex("[\\w\$\\u00a1-\\uffff]")
)
Properties
json
Link copied to clipboard
val
json
:
Boolean
jsonld
Link copied to clipboard
val
jsonld
:
Boolean
name
Link copied to clipboard
val
name
:
String
statement
Indent
Link copied to clipboard
val
statementIndent
:
Int
?
typescript
Link copied to clipboard
val
typescript
:
Boolean
word
Characters
Link copied to clipboard
val
wordCharacters
:
Regex