Structure

PageRenderingContext

struct PageRenderingContext

The rendering context for template-driven pages created with createPage(_:using:).

Unlike other rendering contexts, this is not associated with any Item. It’s for pages that are purely template-driven, such as a homepage, search page, or 404 page.

Mentioned In

Instance Properties

let allItems: [any AnyItem]

All items across all registered processing steps.

let outputPath: Path

The output path of the page being rendered.

Relationships

Conforms To

Swift.Sendable