DefaultItem

class DefaultItem(val category: Category, val name: String, val iconRes: Int) : SearchSuggestItem

Constructors

Link copied to clipboard
constructor(category: Category, name: String, iconRes: Int)

Properties

Link copied to clipboard
Link copied to clipboard
open override val description: String?
Link copied to clipboard
open override val iconRes: Int
Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val poweredByAi: Boolean
Link copied to clipboard
open override val type: SearchSuggestItem.Type

Functions

Link copied to clipboard
open suspend override fun select(): DestinationSearchResult