martaGlobalContext

Method get()

fun GlobalContext:get(path: String...): Any?

Returns the given configuration key path value.

Example:

globalContext:get("behavior", "theme") -- "Kon"