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