Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lang-markdown
/
com.monkopedia.kodemirror.lezer.markdown
/
CompositeBlock
/
CompositeBlock
Composite
Block
constructor
(
type
:
Int
,
value
:
Int
,
from
:
Int
,
hash
:
Int
,
end
:
Int
,
children
:
MutableList
<
Any
>
=
mutableListOf()
,
positions
:
MutableList
<
Int
>
=
mutableListOf()
)