SliderConfig

constructor(id: String, label: String, description: String? = null, min: Int? = null, max: Int? = null, step: Int? = null, defaultValue: JsonElement? = null, labels: List<String>? = null, disabled: Boolean? = null, info: JsonElement? = null)