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

The kind of declaration this page documents.

sectionsproperty

sections: Section[]

Content sections (summary, members, signatures, etc.).

titleproperty

title: string

Display title (usually the declaration name or package name).

urlproperty

url: string

Relative URL for this page (e.g., "MyClass.html", "module/MyClass.html").