PageViewModelinterface
A single documentation page representing a declaration (class, function, etc.) or the package index.
Renders to a complete HTML document at the specified URL.
Properties
kindproperty
Type
kind: DeclarationKind
The kind of declaration this page documents.
sectionsproperty
Type
sections: Section[]
Content sections (summary, members, signatures, etc.).
titleproperty
Type
title: string
Display title (usually the declaration name or package name).
urlproperty
Type
url: string
Relative URL for this page (e.g., "MyClass.html", "module/MyClass.html").