@grafana/plugin-types 0.0.27 → 0.0.28
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.
|
@@ -121,7 +121,6 @@ export type DrawerViewProps = {
|
|
|
121
121
|
start: string;
|
|
122
122
|
end: string;
|
|
123
123
|
};
|
|
124
|
-
export type DrawerSize = "sm" | "md" | "lg";
|
|
125
124
|
export type ConnectedEntityType = {
|
|
126
125
|
type: string;
|
|
127
126
|
scopeCriteria?: ScopeCriteria;
|
|
@@ -135,9 +134,7 @@ export interface EntityCrossLinkWidgetProps {
|
|
|
135
134
|
scopeCriteria?: ScopeCriteria;
|
|
136
135
|
backTo?: string;
|
|
137
136
|
onConnectedEntityClick?: (entity: Entity) => void;
|
|
138
|
-
drawerTitle?: string | JSX.Element;
|
|
139
137
|
drawerView?: (props: DrawerViewProps) => JSX.Element;
|
|
140
|
-
drawerSize?: DrawerSize;
|
|
141
138
|
}
|
|
142
139
|
export interface RelatedEntitiesWidgetProps {
|
|
143
140
|
labels: Record<string, string | number>;
|