KeyworkQueryParamKeys
Overview
Usage
- Node
- Deno
import { KeyworkQueryParamKeys } from 'keywork/components'
import { KeyworkQueryParamKeys } from 'https://deno.land/x/keywork/components'
Enumeration Members
BuildID
BuildID = `"build-id"`
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
The current build ID. Used to bust caches on static assets.