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