useAutomationsInvalidateRef()
Home > @gooddata/sdk-ui-dashboard > useAutomationsInvalidateRef
useAutomationsInvalidateRef() function
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.
Creates and registers a ref for invalidating automations from outside the Automation embedded component.
Signature:
useAutomationsInvalidateRef: () => import("react").MutableRefObject<() => void>
Returns:
import("react").MutableRefObject<() => void>
The ref object that gets populated by the Automations component