//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.messages.presentation/MessageListComponent/Effect/Selection
Selection
[jvm]
data class Selection(val index: Int) : MessageListComponent.Effect
Event triggered with the index of the message being edited (needed to scroll the list programmatically)
Constructors
Selection | [jvm] constructor(index: Int) |
Properties
Name | Summary |
---|---|
index | [jvm] val index: Int |