IntegerElement

class IntegerElement(key: String, value: Int?, min: Int, max: Int) : ConfigElement<Int>

Properties

key
Link copied to clipboard
open override val key: String
max
Link copied to clipboard
val max: Int
min
Link copied to clipboard
val min: Int
value
Link copied to clipboard
open override var value: Int?