Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lezer-common
/
com.monkopedia.kodemirror.lezer.common
/
SyntaxNode
/
getChild
get
Child
abstract
fun
getChild
(
type
:
String
,
before
:
String
?
=
null
,
after
:
String
?
=
null
)
:
SyntaxNode
?
Get a child by name (optionally between before/after).