@databrainhq/plugin 0.15.4 → 0.15.5

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.
@@ -51,7 +51,7 @@ export interface DashboardProps extends HTMLAttributes<HTMLElement> {
51
51
  };
52
52
  themeName?: string;
53
53
  globalFilterOptions?: GlobalFilterOptionsType;
54
- onServerEvent?: any;
54
+ handleServerEvent?: any;
55
55
  noDataImg?: string;
56
56
  manageMetricsBtnContent?: any;
57
57
  }
@@ -67,4 +67,4 @@ export interface DashboardProps extends HTMLAttributes<HTMLElement> {
67
67
  * @prop {boolean} enableMultiMetricFilters (optional) - Whether to allow multiple metric filters in metric card.
68
68
  * @prop {object} theme (optional) - A theme object to customize the theme.
69
69
  */
70
- export declare const Dashboard: ({ token, options, theme, dashboardId, isHideChartSettings, isHideTablePreview, enableDownloadCsv, enableEmailCsv, enableMultiMetricFilters, disableFullscreen, optionsIcon, adminThemeOptions, customMessages, themeName, globalFilterOptions, onServerEvent, noDataImg, manageMetricsBtnContent, }: DashboardProps) => React.JSX.Element;
70
+ export declare const Dashboard: ({ token, options, theme, dashboardId, isHideChartSettings, isHideTablePreview, enableDownloadCsv, enableEmailCsv, enableMultiMetricFilters, disableFullscreen, optionsIcon, adminThemeOptions, customMessages, themeName, globalFilterOptions, handleServerEvent, noDataImg, manageMetricsBtnContent, }: DashboardProps) => React.JSX.Element;