Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
EditorState
/
facet
facet
fun
<
Output
>
facet
(
facet
:
Facet
<
*
,
Output
>
)
:
Output
Get the value of a state
facet
.
fun
<
Output
>
facet
(
reader
:
FacetReader
<
Output
>
)
:
Output
Get the value of a state facet via a
FacetReader
.