Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
tools.elide.vfs
/
DirectoryKt
/
Dsl
/
add
add
@
JvmName
(
name
=
"addChildren"
)
fun
DslList
<
TreeEntry
,
DirectoryKt.Dsl.ChildrenProxy
>
.
add
(
value
:
TreeEntry
)
Children held by this directory.
Content copied to clipboard
repeated .elide.vfs.TreeEntry children = 3;
Parameters
value
The children to add.