//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.memory.presentation/BrowseMemoryComponent/Intent/DeleteEntry
DeleteEntry
data class DeleteEntry(val index: Int) : BrowseMemoryComponent.Intent
Delete an entry from the translation memory.
Parameters
jvm
index | index of the entry to delete |
Constructors
DeleteEntry | [jvm] constructor(index: Int) |
Properties
Name | Summary |
---|---|
index | [jvm] val index: Int |