SectionTitle

data class SectionTitle(val id: String, val type: CardItemType, val titleText: String, val itemIDs: List<String>) : CardItem

Represents a section header that groups related list items. If all items referenced by itemIDs are excluded, this section title should also be excluded.

Constructors

Link copied to clipboard
constructor(id: String, type: CardItemType, titleText: String, itemIDs: List<String>)

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard
Link copied to clipboard
open override val titleText: String
Link copied to clipboard
open override val type: CardItemType