Hide Global Backdrop
Hide the spinner created with "Show Global Backdrop"
Description
Hides the displayed backdrop created with "Show Global Backdrop".
More info: <a href="https://mui.com/material-ui/react-backdrop/" target="_blank">MUI Backdrop</a>
Inputs
- Control Flow (Control Flow)
- key (String): The name key of the backdrop. It is used to detect the corresponding spinner already displayed using
Show Global Backdrop
and hides it.
By default, the key is global
Outputs
- Control Flow (Control Flow)