//Spheroid Script/spheroid.client.ui/VisibleField
VisibleField
abstract class VisibleField : Field
Functions
| Name | Summary | 
|---|---|
| onValueChange | fun onValueChange(callback: () -> Unit) | 
| toString | fun toString(): String | 
Properties
| Name | Summary | 
|---|---|
| name | var name: String? | 
| placeholder | var placeholder: String? | 
| placeholderColor | var placeholderColor: Color? | 
| value | var value: String? | 
Inheritors
| Name | 
|---|
| TextField |