CSItemSection

data class CSItemSection<Item>(val id: String, val title: String, val description: String = "", var items: List<Item> = emptyList(), val store: CSStore = CSStore.Empty, val isCollapsedDefault: Boolean = false)

Constructors

Link copied to clipboard
constructor(id: String, title: String, description: String = "", items: List<Item> = emptyList(), store: CSStore = CSStore.Empty, isCollapsedDefault: Boolean = false)
constructor(title: String, description: String = "", items: List<Item>)

Types

Link copied to clipboard
object Companion

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
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard