gh-pages / com.nextfaze.devfun.invoke / UiField
UiField
interface UiField<T : Any> : Parameter, WithInitialValue<T> (source)
Utility interface to easily generate an invoke UI/dialog. (experimental)
See Also
Properties
| Name | Summary | 
|---|---|
| setValue | abstract val setValue: (T) -> UnitCallback when the value is to be set. | 
Inherited Properties
| Name | Summary | 
|---|---|
| annotations | open val annotations: List<Annotation>The annotations on the parameter. | 
| name | abstract val name: CharSequence?The name of the parameter. | 
| type | abstract val type: KClass<*>The parameter’s type/class. | 
| value | abstract val value: TThe initial/default value of the parameter. |