//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.toolbar.presentation/TranslateToolbarComponent/Intent/SetEditing
SetEditing
data class SetEditing(val value: Boolean) : TranslateToolbarComponent.Intent
Set the editing state.
Parameters
jvm
value | state to set |
Constructors
SetEditing | [jvm] constructor(value: Boolean) |
Properties
Name | Summary |
---|---|
value | [jvm] val value: Boolean |