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
/
DocPageContent
Doc
Page
Content
data
class
DocPageContent
(
val
page
:
DocPage
,
val
html
:
String
?
=
null
,
val
markdown
:
String
?
=
null
,
val
cssPath
:
String
?
=
null
)
(
source
)
Content wrapper that decouples metadata from rendered content.
Members
Constructors
Doc
Page
Content
Link copied to clipboard
constructor
(
page
:
DocPage
,
html
:
String
?
=
null
,
markdown
:
String
?
=
null
,
cssPath
:
String
?
=
null
)
Properties
css
Path
Link copied to clipboard
val
cssPath
:
String
?
html
Link copied to clipboard
val
html
:
String
?
markdown
Link copied to clipboard
val
markdown
:
String
?
page
Link copied to clipboard
val
page
:
DocPage