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
/
SqlLegacyState
Sql
Legacy
State
data
class
SqlLegacyState
(
var
tokenizeTag
:
String
=
"base"
,
var
context
:
SqlContext
?
=
null
)
Members
Constructors
Sql
Legacy
State
Link copied to clipboard
constructor
(
tokenizeTag
:
String
=
"base"
,
context
:
SqlContext
?
=
null
)
Properties
context
Link copied to clipboard
var
context
:
SqlContext
?
tokenize
Tag
Link copied to clipboard
var
tokenizeTag
:
String