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
/
BalanceConfig
Balance
Config
data
class
BalanceConfig
(
val
makeTree
:
(
children
:
List
<
Any
>
,
positions
:
List
<
Int
>
,
length
:
Int
)
->
Tree
?
=
null
)
Configuration for
Tree.balance
.
Members
Constructors
Balance
Config
Link copied to clipboard
constructor
(
makeTree
:
(
children
:
List
<
Any
>
,
positions
:
List
<
Int
>
,
length
:
Int
)
->
Tree
?
=
null
)
Properties
make
Tree
Link copied to clipboard
val
makeTree
:
(
children
:
List
<
Any
>
,
positions
:
List
<
Int
>
,
length
:
Int
)
->
Tree
?