LayoutSection

data class LayoutSection(val isCollapsible: Boolean, val columns: Int, val heading: String, val id: String, val layoutRows: List<Layout.LayoutSection.Row>, val rows: Int, val usesHeading: Boolean)

Represents a record layout section.

Author

bhariharan

See also

Constructors

Link copied to clipboard
constructor(isCollapsible: Boolean, columns: Int, heading: String, id: String, layoutRows: List<Layout.LayoutSection.Row>, rows: Int, usesHeading: Boolean)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Row(val layoutItems: List<Layout.LayoutSection.Row.Item>)

Represents a record layout row.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rows: Int
Link copied to clipboard