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

uiField

uiButton

uiFunction

Properties

Name Summary
setValue abstract val setValue: (T) -> Unit
Callback 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: T
The initial/default value of the parameter.