interface PageData
implements Data
import { type PageData } from "https://deno.land/x/lume@v1.18.5/core.ts";
Properties
page: Page
The page reference
paginate: Paginator
The paginator helper
optional
pagination: PaginationInfoThe pagination info
optional
results: Page[]The pagination result
optional
imagick: Transformation | Transformation[]Image transformations
optional
metas: MetaDataMeta elements
search: Search
The searcher helper
optional
sourceMap: SourceMapThe source map data (if it's an asset)
optional
alternates: PageData[]Alternate pages (for languages)
optional
children: ChildrenThe JSX children elements