IVersionWatcherOptions
Home > @gooddata/sdk-ui-pluggable-host > IVersionWatcherOptions
IVersionWatcherOptions 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.
Options for installVersionWatcher().
Signature:
export interface IVersionWatcherOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
(ALPHA) (Optional) Poll interval in ms. Default: 5 minutes. | ||
|
(newHash: string) => void |
(ALPHA) Called once when a new deployment is detected. | ||
|
string |
(ALPHA) URL of the COMMITHASH file emitted by the host build. |