DashSearchPanelButton

@Serializable
abstract class DashSearchPanelButton

Inheritors

Types

Link copied to clipboard
@Serializable
class Category(val category: SearchCategory) : DashSearchPanelButton
Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable
class Custom(val id: String, @DrawableRes val iconId: Int, val onClick: () -> Unit = {}) : DashSearchPanelButton
Link copied to clipboard
@Serializable
class Favorite(val location: PersonalLocations) : DashSearchPanelButton

Properties

Link copied to clipboard
abstract val id: String

Unique identifier for the search panel button.