Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
tools.elide.app
/
AppConfiguration
/
Builder
/
addKv
add
Kv
open
fun
addKv
(
value
:
Namespace
)
:
AppConfiguration.Builder
open
fun
addKv
(
index
:
Int
,
value
:
Namespace
)
:
AppConfiguration.Builder
open
fun
addKv
(
builderForValue
:
Namespace.Builder
)
:
AppConfiguration.Builder
open
fun
addKv
(
index
:
Int
,
builderForValue
:
Namespace.Builder
)
:
AppConfiguration.Builder
Key-value namespaces configured for this application.
Content copied to clipboard
repeated .elide.kv.Namespace kv = 10;