Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-ui
/
org.meshtastic.core.ui.component
/
LinkSpan
Link
Span
data
class
LinkSpan
(
val
range
:
IntRange
,
val
url
:
String
)
(
source
)
A markdown link covering the display-space
range
of its label, pointing at
url
.
Members
Constructors
Link
Span
Link copied to clipboard
constructor
(
range
:
IntRange
,
url
:
String
)
Properties
range
Link copied to clipboard
val
range
:
IntRange
url
Link copied to clipboard
val
url
:
String