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