IDashboardInsightCustomizer
Home > @gooddata/sdk-ui-dashboard > IDashboardInsightCustomizer
IDashboardInsightCustomizer interface
Set of functions you can use to customize how insights are rendered.
Signature:
export interface IDashboardInsightCustomizer
Methods
Method | Description |
---|---|
withCustomDecorator(providerFactory) | Register a factory for insight decorator providers. |
withCustomInsightBodyProvider(provider) | (ALPHA) Register a provider for React components to render insight body inside of the DefaultDashboardInsight. |
withCustomProvider(provider) | Register a provider for React components to render insights. |
withTag(tag, component) | A convenience method that will register a specific React component to use for rendering any insight that is tagged with the provided tag . |