IntParameter

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class IntParameter(val label: String, val low: Int, val high: Int, val order: Int = Int.MAX_VALUE)(source)

IntParameter annotation for an integer parameter

Properties

Link copied to clipboard
val high: Int

the highest value this parameter should be assigned

Link copied to clipboard

a short description of the parameter

Link copied to clipboard
val low: Int

the lowest value this parameter should be assigned

Link copied to clipboard
val order: Int

hint for where to place the parameter in user interfaces