onNewDeployment
Home > @gooddata/sdk-ui-pluggable-host > IVersionWatcherOptions > onNewDeployment
IVersionWatcherOptions.onNewDeployment property
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.
Called once when a new deployment is detected.
Signature:
onNewDeployment: (newHash: string) => void;