EditorInfo

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class EditorInfo(val label: String = "", val order: Int = 0, val precision: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
val order: Int = 0
Link copied to clipboard
val precision: Int = 0