Skip to main content

KeyworkQueryParamKeys

Overview

Usage

import { KeyworkQueryParamKeys } from 'keywork/components'

Enumeration Members

BuildID

BuildID = `"build-id"`

The current build ID. Used to bust caches on static assets.

Defined in

components/KeyworkHTMLDocument.tsx:40

StaticProps

StaticProps = `"static-props"`

A boolean-like query param that hints to the worker that client-side React only needs the static props for an upcoming page transition.

Defined in

components/KeyworkHTMLDocument.tsx:45