Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-docs
/
org.meshtastic.feature.docs.translation
/
TranslationResult
/
Success
Success
data
class
Success
(
val
translatedMarkdown
:
String
)
:
TranslationResult
(
source
)
Translation succeeded.
translatedMarkdown
contains the complete translated markdown source.
Members
Constructors
Success
Link copied to clipboard
constructor
(
translatedMarkdown
:
String
)
Properties
translated
Markdown
Link copied to clipboard
val
translatedMarkdown
:
String