Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-messaging
/
org.meshtastic.feature.messaging
/
FormattingResult
Formatting
Result
data
class
FormattingResult
(
val
text
:
String
,
val
selection
:
TextRange
)
(
source
)
New raw text plus the selection to apply to the field after a formatting action.
Members
Constructors
Formatting
Result
Link copied to clipboard
constructor
(
text
:
String
,
selection
:
TextRange
)
Properties
selection
Link copied to clipboard
val
selection
:
TextRange
text
Link copied to clipboard
val
text
:
String