Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
LanguageDataMap
/
get
get
operator
fun
<
T
>
get
(
key
:
LanguageDataKey
<
T
>
)
:
T
?
Look up a value by its type-safe key. Returns
null
if the key is absent.