TopScreenSectionConfig

@Serializable
data class TopScreenSectionConfig(val searchBar: RegisterContentConfig?, val title: String? = null, val menuIcons: List<ImageProperties>? = null)

Constructors

Link copied to clipboard
constructor(searchBar: RegisterContentConfig?, title: String? = null, menuIcons: List<ImageProperties>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val title: String? = null