//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.validate.presentation/ValidateComponent/UiState
UiState
[jvm]
data class UiState(val content: ValidationContent? = null)
UI state of the validation panel.
Constructors
| UiState | [jvm] constructor(content: ValidationContent? = null) Create UiState |
Properties
| Name | Summary |
|---|---|
| content | [jvm] val content: ValidationContent? = null panel content |