c
BoundFormField
class BoundFormField[Owner, Schema, Group, Input, Value]A row-bound field handle safe for keyed programmatic updates.
Create one with bind. Its hidden schema identity prevents applying it to an unrelated definition, while key keeps updates independent of row order.
Defined by scalive.BoundFormField. View source (scalive/api/src/scalive/forms/Form.scala:325-331)
Values3
address
val address: FormAddress[Owner]Defined by scalive.BoundFormField.address. View source (scalive/api/src/scalive/forms/Form.scala:330-330)
key
val key: FormRowKey[Group]Defined by scalive.BoundFormField.key. View source (scalive/api/src/scalive/forms/Form.scala:328-328)
path
val path: FormPathDefined by scalive.BoundFormField.path. View source (scalive/api/src/scalive/forms/Form.scala:331-331)