//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.presentation/TranslateComponent/DialogConfig/NewGlossaryTerm
NewGlossaryTerm
[jvm]
data class NewGlossaryTerm(val target: String) : TranslateComponent.DialogConfig
New glossary term dialog
Constructors
| NewGlossaryTerm | [jvm] constructor(target: String) Create NewGlossaryTerm |
Properties
| Name | Summary |
|---|---|
| target | [jvm] val target: String target term to pre-fill in the dialog |