AddMembersViewAction

sealed interface AddMembersViewAction

Represents actions that can be performed from the "Add Members" view.

Inheritors

Types

Link copied to clipboard

Requests the next page of search results to be loaded and appended to the current list.

Link copied to clipboard
data class QueryChanged(val query: String) : AddMembersViewAction

Represents a change in the search query.

Link copied to clipboard
data class UserClick(val user: User) : AddMembersViewAction

Represents a click on a user in the search results, toggling their selection.