//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.machinetranslation.presentation/MachineTranslationComponent/Effect
Effect
interface Effect
Effects.
Inheritors
| CopySource |
| CopyTarget |
| Share |
Types
| Name | Summary |
|---|---|
| CopySource | [jvm] data class CopySource(val value: String) : MachineTranslationComponent.Effect Events triggered when the content of the suggestion field from MT needs to be copied into the translation editor. |
| CopyTarget | [jvm] object CopyTarget : MachineTranslationComponent.Effect Events triggered when the content of the translation editor needs to be copied to the suggestion field. |
| Share | [jvm] data class Share(val successful: Boolean) : MachineTranslationComponent.Effect Events triggered after a message share with the MT provider. |