Loading.Prop Type

• 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 cases

Union case Description

ClassName string

Full Usage: ClassName string

Parameters:
    Item : string

Item : string

Color string

Full Usage: Color string

Parameters:
    Item : string

Item : string

Debug bool

Full Usage: Debug bool

Parameters:
    Item : bool

Item : bool

Fullscreen bool

Full Usage: Fullscreen bool

Parameters:
    Item : bool

Item : bool

LoadingState LoadingState

Full Usage: LoadingState LoadingState

Parameters:
Item : LoadingState

ParentClassName string

Full Usage: ParentClassName string

Parameters:
    Item : string

Item : string
Item : DashComponentStyle
Item : DashComponentStyle

Type LoadingType

Full Usage: Type LoadingType

Parameters:
Item : LoadingType

Static members

Static member Description

Prop.convert

Full Usage: Prop.convert

Returns: Prop -> obj
Returns: Prop -> obj

Prop.toDynamicMemberDef prop

Full Usage: Prop.toDynamicMemberDef prop

Parameters:
Returns: string * obj
prop : Prop
Returns: string * obj

Prop.toPropName

Full Usage: Prop.toPropName

Returns: Prop -> string
Returns: Prop -> string