HciGrid

data class HciGrid(type: HciGrid.ContentType, title: String, nCols: Int, nRows: Int, itemL: List<HciGridItem>)

Types

ContentType
Link copied to clipboard
enum ContentType : Enum<HciGrid.ContentType>