Annotation Interface ConfigList
Renders a list of nested config objects as add/remove rows.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
key
String keyStable storage key for the config value. -
label
String labelUser-facing label. -
tooltip
String tooltipOptional tooltip text.- Default:
""
-
type
Class<?> typeConfig type used for each row in the list. -
min
int minMinimum number of rows.- Default:
0
-
max
int maxMaximum number of rows.- Default:
2147483647
-