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
/
DocPage
Doc
Page
@
Serializable
data
class
DocPage
(
val
id
:
String
,
val
title
:
String
,
val
section
:
DocSection
,
val
navOrder
:
Int
,
val
resourcePath
:
String
,
val
keywords
:
List
<
String
>
,
val
aliases
:
List
<
String
>
=
emptyList()
,
val
charCount
:
Int
,
val
iconId
:
String
?
=
null
)
(
source
)
A single documentation page.
Members
Constructors
Doc
Page
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
,
section
:
DocSection
,
navOrder
:
Int
,
resourcePath
:
String
,
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
?
Icon identifier for TOC display (maps to MeshtasticIcons).
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
:
DocSection
title
Link copied to clipboard
val
title
:
String