• children (list with values of type: a list of or a singular dash component, string or number | a list of or a singular dash component, string or number) - Array that holds components to render • type (value equal to: 'graph', 'cube', 'circle', 'dot', 'default'; default default) - Property that determines which spinner to show one of 'graph', 'cube', 'circle', 'dot', or 'default'. • fullscreen (boolean) - Boolean that makes the spinner display full-screen • debug (boolean) - If true, the spinner will display the component_name and prop_name while loading • className (string) - Additional CSS class for the spinner root DOM node • parent_className (string) - Additional CSS class for the outermost dcc.Loading parent div DOM node • style (record) - Additional CSS styling for the spinner root DOM node • parent_style (record) - Additional CSS styling for the outermost dcc.Loading parent div DOM node • color (string; default #119DFF) - Primary colour used for the loading spinners • loading_state (record with the fields: 'is_loading: boolean (optional)', 'prop_name: string (optional)', 'component_name: string (optional)') - Object that holds the loading state object coming from dash-renderer
Union case | Description |
Full Usage:
ClassName string
Parameters:
string
|
|
Full Usage:
Color string
Parameters:
string
|
|
Full Usage:
Debug bool
Parameters:
bool
|
|
Full Usage:
Fullscreen bool
Parameters:
bool
|
|
|
|
Full Usage:
ParentClassName string
Parameters:
string
|
|
|
|
|
|
|
|