PackageListViewModel

class PackageListViewModel(project: Project) : Disposable

Constructors

Link copied to clipboard
constructor(project: Project)

Properties

Link copied to clipboard
val isCompactFlow: MutableStateFlow<Boolean>
Link copied to clipboard
val isLoadingFlow: StateFlow<Boolean>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val selectableLazyListState: SelectableLazyListState

Functions

Link copied to clipboard
Link copied to clipboard
open override fun dispose()
Link copied to clipboard
fun setSearchQuery(searchQuery: String)
Link copied to clipboard
fun setSelectedModules(modules: Set<PackageSearchModule.Identity>)