Setting

constructor(container: KClass<*>, name: String, desc: String? = null, value: T, hidden: () -> Boolean = { false }, onChange: (T) -> Unit = {})(source)

Parameters

T

The type of value this setting holds.