class Entry
Represents a sidebar navigation entry with title, level, and anchor.
Definitions
attr :title_html
The HTML content of the heading.
Signature
-
attribute
XRB::Markup
attr :level
The heading level (1-6).
Signature
-
attribute
Integer
attr :anchor
The anchor ID for linking to this heading.
Signature
-
attribute
String