//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.main.presentation/RootComponent/Intent/SaveProject
SaveProject
data class SaveProject(val path: String) : RootComponent.Intent
Save the project as a TMX file at the given path.
Parameters
jvm
| path | path of the TMX to write |
Constructors
| SaveProject | [jvm] constructor(path: String) |
Properties
| Name | Summary |
|---|---|
| path | [jvm] val path: String |