FeedbackCard

@Serializable
data class FeedbackCard(val title: String, val titleFrench: String, val icon: String? = null, val type: String, val subtypes: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(title: String, titleFrench: String, icon: String? = null, type: String, subtypes: List<String> = emptyList())

Properties

Link copied to clipboard
val icon: String? = null

Icon of the card. If icon is empty "other" icon will be used.

Link copied to clipboard

The list of subtypes to be included into the report.

Link copied to clipboard

Title of the card.

Link copied to clipboard

Title of the card in french.

Link copied to clipboard

The type to be included into the report.

Functions

Link copied to clipboard
Link copied to clipboard