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