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
/
Element
Element
open
class
Element
(
val
type
:
Int
,
val
from
:
Int
,
var
to
:
Int
,
val
children
:
List
<
Element
>
=
emptyList()
)
Inheritors
TreeElement
Members
Constructors
Element
Link copied to clipboard
constructor
(
type
:
Int
,
from
:
Int
,
to
:
Int
,
children
:
List
<
Element
>
=
emptyList()
)
Properties
children
Link copied to clipboard
val
children
:
List
<
Element
>
from
Link copied to clipboard
val
from
:
Int
to
Link copied to clipboard
open
var
to
:
Int
type
Link copied to clipboard
val
type
:
Int
Functions
to
Tree
Link copied to clipboard
open
fun
toTree
(
nodeSet
:
NodeSet
)
:
Tree
write
To
Link copied to clipboard
open
fun
writeTo
(
buf
:
Buffer
,
offset
:
Int
)