Skip to main content
zerotal

Documentation


Documentation / zerotal / testing / InertiaPage

Interface: InertiaPage

Defined in: packages/testing/src/TestResponse.ts:871

The page object the Inertia protocol puts on the wire.

Properties

component

component: string

Defined in: packages/testing/src/TestResponse.ts:872


props

props: Record<string, unknown>

Defined in: packages/testing/src/TestResponse.ts:873


url

url: string

Defined in: packages/testing/src/TestResponse.ts:874


version

version: string | null

Defined in: packages/testing/src/TestResponse.ts:875