ILoadingCustomizer
Home > @gooddata/sdk-ui-dashboard > ILoadingCustomizer
ILoadingCustomizer interface
Set of functions you can use to customize some aspects of the Loading.
Signature:
export interface ILoadingCustomizer
Methods
Method | Description |
---|---|
withCustomDecorator(providerFactory) | Register a factory for Loading decorator providers. |
withCustomProvider(provider) | Register a provider for React components to render Loading. |