Show Global Backdrop
Displays a spinner
Description
This will display a spinner typically shown when the app is processing something in the background.
The Backdrop signals a state change within the application and can be used for creating loaders. In its simplest form, the Backdrop component will add a dimmed layer over your application.
Use the 'Hide Global Backdrop' brick to hide the spinner'
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 used to detect if it is already displayed and hide it using
Hide Global Backdrop
.
By default, the key is called "global" - label (String): Optional. Displays a text below the circular loading spinner
Outputs
- Control Flow (Control Flow)