StaffListViewModel

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val isLoadingMore: StateFlow<Boolean>
Link copied to clipboard
val isRefreshing: StateFlow<Boolean>
Link copied to clipboard
val order: StateFlow<Order>
Link copied to clipboard
val selectedLabelIds: StateFlow<Set<Int>>
Link copied to clipboard
val staffData: StateFlow<Result<StaffData>?>

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun toggleSelectLabelId(labelId: Int)