Skip to main content

RegisterReactRouteComponentOptions

Configuration for a React-based route component.

Signature
type RegisterReactRouteComponentOptions<Entity extends { id: string; updatedAt?: string }, T extends DocumentNode | TypedDocumentNode<any, { id: string }>, Field extends keyof ResultOf<T>, R extends Field> = RegisterRouteComponentOptions<ElementType, Entity, T, Field, R> & {    props?: Record<string, any>;}
Was this chapter helpful?
Report Issue
Edited Feb 2, 2026·Edit this page