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.model
/
DocSearchResult
Doc
Search
Result
data
class
DocSearchResult
(
val
page
:
DocPage
,
val
score
:
Int
,
val
matchedTerms
:
List
<
String
>
)
(
source
)
Ranked search result.
Members
Constructors
Doc
Search
Result
Link copied to clipboard
constructor
(
page
:
DocPage
,
score
:
Int
,
matchedTerms
:
List
<
String
>
)
Properties
matched
Terms
Link copied to clipboard
val
matchedTerms
:
List
<
String
>
page
Link copied to clipboard
val
page
:
DocPage
score
Link copied to clipboard
val
score
:
Int