Home > @tridion-sites/extensions > InsightsPanelsExtensionConfiguration
Signature:
export interface InsightsPanelsExtensionConfiguration<TComponentProps, THookProps>
| Property | Modifiers | Type | Description |
|---|---|---|---|
| component | ComponentType<TComponentProps> | Component to display as a panel | |
| id | string | Extension id | |
| usePanel | (props: THookProps) => InsightsPanelsExtensionHookResult | Hook which returns information about the current panel for the extension |