Interface: ContentPageInfo
Source: 1.0.0-rc.14 · ecc10ae38a81 (uncommitted changes)
Defined in: packages/valaxy/node/content/types.ts:9
Properties
draft
ts
draft: boolean;Defined in: packages/valaxy/node/content/types.ts:15
hidden
ts
hidden: boolean;Defined in: packages/valaxy/node/content/types.ts:16
includedInProductionRoutes
ts
includedInProductionRoutes: boolean;Defined in: packages/valaxy/node/content/types.ts:17
metadata
ts
metadata: Record<string, string | string[] | boolean>;Defined in: packages/valaxy/node/content/types.ts:14
Only public article metadata, never raw configuration or frontmatter.
path
ts
path: string;Defined in: packages/valaxy/node/content/types.ts:10
routes
ts
routes: object[];Defined in: packages/valaxy/node/content/types.ts:12
Routes after configured build-time hooks; runtime router changes are excluded.
aliases
ts
aliases: string[];layout
ts
layout: string | false;path
ts
path: string;previewPath
ts
previewPath: string;