mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: Enhance associations for the Event widget (#120)
This commit is contained in:
11
src/types/dashboard.d.ts
vendored
11
src/types/dashboard.d.ts
vendored
@@ -38,7 +38,16 @@ export interface LayoutConfig {
|
||||
metricConfig?: MetricConfigOpt[];
|
||||
id?: string;
|
||||
associate?: { widgetId: string }[];
|
||||
filters?: { dataIndex: number; sourceId: string };
|
||||
eventAssociate?: boolean;
|
||||
filters?: {
|
||||
dataIndex: number;
|
||||
sourceId: string;
|
||||
isRange?: boolean;
|
||||
duration?: {
|
||||
startTime: string;
|
||||
endTime: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
export type MetricConfigOpt = {
|
||||
|
Reference in New Issue
Block a user