For the complete documentation index, see llms.txt. This page is also available as Markdown.

Page

@venuecms/sdk-next


Type Alias: Page

type Page = object;

Defined in: packages/sdk/dist/index.d.mts:350

Type declaration

Name
Type
Defined in

featuredExpiration?

string | unknown

fullPath?

string | null

parent.createdAt

string

parent.date?

string | null

parent.featured

boolean

parent.featuredExpiration?

string | null

parent.imageId?

string | null

parent.linkUrl?

string | null

parent.openInNewTab

boolean

parent.parentId?

string | null

parent.publishedId?

string | null

parent.publishState

"DRAFT" | "REQUEST" | "PUBLISHED" | "CANCELLED"

parent.recordType

"SOURCE" | "PUBLISHED" | "REVISION"

parent.revisionId?

number | null

parent.source?

string | null

parent.type

"CONTENT" | "NEWS" | "NEWSLIST" | "LINK"

parent.updatedAt

string

parent.userId?

string | null

parentId?

string | null

type

"CONTENT" | "NEWS" | "NEWSLIST" | "LINK"

Last updated