Participants Modal Container
data class ParticipantsModalContainer(val isVisible: Boolean, val participants: List<Participant>, val filteredParticipants: List<Participant>, val searchQuery: String, val islevel: String, val showAlert: (ShowAlertOptions) -> Unit?, val eventType: EventType, val updateParticipants: (List<Participant>) -> Unit)
Constructors
Link copied to clipboard
constructor(isVisible: Boolean, participants: List<Participant>, filteredParticipants: List<Participant>, searchQuery: String, islevel: String, showAlert: (ShowAlertOptions) -> Unit?, eventType: EventType, updateParticipants: (List<Participant>) -> Unit)