//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.glossary.presentation/GlossaryComponent/Intent/Load
Load
data class Load(val key: String, val projectId: Int, val languageId: Int) : GlossaryComponent.Intent
Load the glossary terms for the message with a given key..
Parameters
jvm
key | message key |
projectId | Project ID |
languageId | Language ID |
Constructors
Load | [jvm] constructor(key: String, projectId: Int, languageId: Int) |
Properties
Name | Summary |
---|---|
key | [jvm] val key: String |
languageId | [jvm] val languageId: Int |
projectId | [jvm] val projectId: Int |