//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.glossary.presentation/GlossaryComponent/Intent/DeleteTerm
DeleteTerm
data class DeleteTerm(val term: GlossaryTermModel) : GlossaryComponent.Intent
Delete a term.
Parameters
jvm
term | term to delete |
Constructors
DeleteTerm | [jvm] constructor(term: GlossaryTermModel) |
Properties
Name | Summary |
---|---|
term | [jvm] val term: GlossaryTermModel |