Annotation Interface TextField
Renders a config field as a text input.
-
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:
""
-
placeholder
String placeholderPlaceholder shown when the field is empty.- Default:
""
-
digit
boolean digitWhether the field should accept only numeric input.- Default:
false
-
multiline
boolean multilineWhether the field should render as a multi-line text area.- Default:
false
-