mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelContext: Remove deprecated onSplitOpen (#80087)
Remove deprecated onSplitOpen
This commit is contained in:
parent
8435e16215
commit
e4a0a6a4ee
@ -6,7 +6,6 @@ import {
|
||||
DashboardCursorSync,
|
||||
AnnotationEventUIModel,
|
||||
ThresholdsConfig,
|
||||
SplitOpen,
|
||||
CoreApp,
|
||||
DataFrame,
|
||||
DataLinkPostProcessor,
|
||||
@ -70,13 +69,6 @@ export interface PanelContext {
|
||||
*/
|
||||
onThresholdsChange?: (thresholds: ThresholdsConfig) => void;
|
||||
|
||||
/**
|
||||
* onSplitOpen is used in Explore to open the split view. It can be used in panels which has intercations and used in Explore as well.
|
||||
* For example TimeSeries panel.
|
||||
* @deprecated will be removed in the future. It's not needed as visualization can just field.getLinks now
|
||||
*/
|
||||
onSplitOpen?: SplitOpen;
|
||||
|
||||
/** For instance state that can be shared between panel & options UI */
|
||||
instanceState?: any;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user