Skip to main content
zerotal

Documentation


Documentation / @zerotal/inertia / ResolvedPage

Interface: ResolvedPage

Defined in: inertia/src/props/resolveProps.ts:11

The resolved props plus the page-object metadata the client needs to merge/defer correctly.

Properties

props

props: Record<string, unknown>

Defined in: inertia/src/props/resolveProps.ts:12


deferredProps?

optional deferredProps?: Record<string, string[]>

Defined in: inertia/src/props/resolveProps.ts:13


mergeProps?

optional mergeProps?: string[]

Defined in: inertia/src/props/resolveProps.ts:14


prependProps?

optional prependProps?: string[]

Defined in: inertia/src/props/resolveProps.ts:15


deepMergeProps?

optional deepMergeProps?: string[]

Defined in: inertia/src/props/resolveProps.ts:16


matchPropsOn?

optional matchPropsOn?: string[]

Defined in: inertia/src/props/resolveProps.ts:17


scrollProps?

optional scrollProps?: Record<string, ScrollConfig>

Defined in: inertia/src/props/resolveProps.ts:18


onceProps?

optional onceProps?: Record<string, { prop: string; expiresAt: number | null; }>

Defined in: inertia/src/props/resolveProps.ts:19


rescuedProps?

optional rescuedProps?: string[]

Defined in: inertia/src/props/resolveProps.ts:20