tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > InsightsPanelsExtensionConfiguration

InsightsPanelsExtensionConfiguration interface

Signature:

export interface InsightsPanelsExtensionConfiguration<TComponentProps, THookProps>

Properties

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