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
/
KeywordIndexEntry
Keyword
Index
Entry
@
Serializable
data
class
KeywordIndexEntry
(
val
id
:
String
,
val
title
:
String
,
val
section
:
String
,
val
resourcePath
:
String
,
val
navOrder
:
Int
,
val
keywords
:
List
<
String
>
,
val
aliases
:
List
<
String
>
=
emptyList()
,
val
charCount
:
Int
,
val
iconId
:
String
?
=
null
)
(
source
)
Build-time keyword index entry decoded at runtime.
Members
Constructors
Keyword
Index
Entry
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
,
section
:
String
,
resourcePath
:
String
,
navOrder
:
Int
,
keywords
:
List
<
String
>
,
aliases
:
List
<
String
>
=
emptyList()
,
charCount
:
Int
,
iconId
:
String
?
=
null
)
Properties
aliases
Link copied to clipboard
val
aliases
:
List
<
String
>
char
Count
Link copied to clipboard
val
charCount
:
Int
icon
Id
Link copied to clipboard
val
iconId
:
String
?
id
Link copied to clipboard
val
id
:
String
keywords
Link copied to clipboard
val
keywords
:
List
<
String
>
nav
Order
Link copied to clipboard
val
navOrder
:
Int
resource
Path
Link copied to clipboard
val
resourcePath
:
String
section
Link copied to clipboard
val
section
:
String
title
Link copied to clipboard
val
title
:
String