yafrl
Toggle table of contents
0.4-SNAPSHOT
common
Platform filter
common
Home
Documentation
Tutorials
GitHub
Switch theme
Search in API
yafrl
yafrl-compose
/
io.github.yafrl.compose
/
FormScope
Form
Scope
interface
FormScope
<
A
>
(
source
)
Members
Properties
current
Value
Link copied to clipboard
abstract
val
currentValue
:
MutableState
<
A
>
Functions
bind
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
.