loadAutoConfig

suspend fun loadAutoConfig(autoConfig: AutoSettings)


fun loadAutoConfig(reader: Reader, modules: Collection<ValueGroup> = emptyList())

Deserialize module configurable from a reader


fun loadAutoConfig(jsonObject: JsonObject, modules: Collection<ValueGroup> = emptyList())

Handles the data from a configurable, which might be an auto config and therefore has data which should be displayed to the user.

Parameters

jsonObject

The JSON object of the configurable

See also