Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VersionState

Version state.

Hierarchy

Index

Properties

buildId: string

The app's current build ID, usually a BUILD_ID environment variable set by the deployment platform when building the app.

doVersionCheck: boolean

Used for checking the version every 15 minutes.

newBuildId: string

The app's new build ID, detected via version.json.

newServiceWorkerAvailable: boolean

This is set to true when the service worker has been updated and is waiting.

newVersion: string

The app's new version number, detected via version.json.

newVersionAvailable: boolean

This is set to true when a new build or version was detected via version.json.

version: string

The app's current version number.

waitingServiceWorker: null | ServiceWorker

The waiting service worker when updated.

Generated using TypeDoc