@grafana/plugin-types 0.0.38 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -158,6 +158,7 @@ export interface EntityCrossLinkWidgetProps {
|
|
|
158
158
|
export interface EntityCrossLinkWidgetV2Props extends EntityCrossLinkWidgetProps {
|
|
159
159
|
metricsDataSourceUID: string;
|
|
160
160
|
logsDataSourceUID?: string;
|
|
161
|
+
navigateToSelf?: boolean;
|
|
161
162
|
}
|
|
162
163
|
export interface RelatedEntitiesWidgetProps {
|
|
163
164
|
labels: Record<string, string | number>;
|