//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.matches.presentation/TranslationMemoryComponent/Intent
Intent
interface Intent
View intents.
Inheritors
Clear |
Load |
CopyTranslation |
Types
Name | Summary |
---|---|
Clear | [jvm] object Clear : TranslationMemoryComponent.Intent Clear the content of the panel. |
CopyTranslation | [jvm] data class CopyTranslation(val index: Int) : TranslationMemoryComponent.Intent Copy the match with a given index into the translation field. |
Load | [jvm] data class Load(val key: String, val projectId: Int, val languageId: Int) : TranslationMemoryComponent.Intent Load the TM matches for the message with a given key. |