LayoutSpec

data class LayoutSpec(val items: List<FormItemSpec>)

This is a data representation of the layout of UI fields on the screen.

Constructors

Link copied to clipboard
fun LayoutSpec(items: List<FormItemSpec>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val items: List<FormItemSpec>