Skip to main content

Interface: EvolvOptions

@evolv/nextjs.EvolvOptions

Properties

client

client: EvolvClientOptions


localContext

Optional localContext: Partial<LocalContext>


remoteContext

Optional remoteContext: Partial<RemoteContext>


serverSideTimeout

Optional serverSideTimeout: number

Duration in milliseconds after which server-side hydration of allocated variants will be skipped, and fallback variants will be used instead for server-side rendering. Variant allocation will still occur on the client-side but may exhibit flash as the client replaces the values rendered by the server.

Default

200


uid

uid: string