panel.io.loading module#
This module contains functionality to make any Panel component look like it is loading and disabled.
- panel.io.loading.start_loading_spinner(*objects)[source]#
Changes the appearance of the specified panel objects to indicate that they are loading.
This is done by
adding a small spinner on top
graying out the panel
disabling the panel
and changing the mouse cursor to a spinner when hovering over the panel
- Parameters:
- objects: tuple
The panels to add the loading indicator to.