MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.validate.presentation/ValidateComponent/Intent/SelectItem

SelectItem

data class SelectItem(val value: Int) : ValidateComponent.Intent

Select an reference, triggering Effect.Selection.

Parameters

jvm

   
value index of the reference to select

Constructors

   
SelectItem [jvm]
constructor(value: Int)

Properties

Name Summary
value [jvm]
val value: Int