LoadingComponent
Home > @gooddata/sdk-ui > LoadingComponent
LoadingComponent class
Component that renders a default loading indicator.
Signature:
export declare class LoadingComponent extends React.Component<ILoadingProps> 
Extends: React.Component<ILoadingProps
Remarks
See LoadingComponent
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| defaultProps | static | Partial<ILoadingProps> | 
Methods
| Method | Modifiers | Description | 
|---|---|---|
| render() |