Loading.Loading Type

A Loading component that wraps any other component and displays a spinner until the wrapped component has rendered.

Constructors

Constructor Description

Loading()

Full Usage: Loading()

Returns: Loading
Returns: Loading

Static members

Static member Description

Loading.applyMembers (id, children, ?loadingType, ?fullscreen, ?debug, ?className, ?parentClassName, ?style, ?parentStyle, ?color, ?loadingState)

Full Usage: Loading.applyMembers (id, children, ?loadingType, ?fullscreen, ?debug, ?className, ?parentClassName, ?style, ?parentStyle, ?color, ?loadingState)

Parameters:
Returns: Loading -> Loading
id : string
children : seq<DashComponent>
?loadingType : LoadingType
?fullscreen : bool
?debug : bool
?className : string
?parentClassName : string
?style : DashComponentStyle
?parentStyle : DashComponentStyle
?color : string
?loadingState : LoadingState
Returns: Loading -> Loading

Loading.init (id, children, ?loadingType, ?fullscreen, ?debug, ?className, ?parentClassName, ?style, ?parentStyle, ?color, ?loadingState)

Full Usage: Loading.init (id, children, ?loadingType, ?fullscreen, ?debug, ?className, ?parentClassName, ?style, ?parentStyle, ?color, ?loadingState)

Parameters:
Returns: Loading
id : string
children : seq<DashComponent>
?loadingType : LoadingType
?fullscreen : bool
?debug : bool
?className : string
?parentClassName : string
?style : DashComponentStyle
?parentStyle : DashComponentStyle
?color : string
?loadingState : LoadingState
Returns: Loading