ConfigEditorDropdown

Used for draggable lists. The field associated with this option may only be of type int or an enum. If an int is used, values needs to be provided, otherwise it needs to be kept empty.

This option allows the user to choose one option out of the list of enums or example texts.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
abstract fun values(): Array<String>
Deprecated feature, use an enum instead.