IStaleChunkReloadInfo
Home > @gooddata/sdk-ui-pluggable-host > IStaleChunkReloadInfo
IStaleChunkReloadInfo interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Optional callback invoked synchronously immediately before a stale-chunk hard reload. Gives the host app a chance to record telemetry before navigation cancels in-flight requests.
Signature:
export interface IStaleChunkReloadInfo
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(ALPHA) COMMITHASH of the build the tab was loaded with, or an empty string if unknown. | ||
|
string |
(ALPHA) Human-readable reason — e.g. the underlying preload error message. |