FormScope

interface FormScope<A>(source)

Properties

Link copied to clipboard
abstract val currentValue: MutableState<A>

Functions

Link copied to clipboard
@Composable
abstract fun <B> Form<B>.bind(lens: Lens<A, B>)

Include a sub-form into the larger form being built with Form.build.