mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Panel: Pass transparency prop down to React panels. (#17235)
This commit is contained in:
committed by
Torkel Ödegaard
parent
972df40af8
commit
a04bf0cded
@@ -31,6 +31,7 @@ export interface PanelProps<T = any> {
|
||||
options: T;
|
||||
onOptionsChange: (options: T) => void;
|
||||
renderCounter: number;
|
||||
transparent: boolean;
|
||||
width: number;
|
||||
height: number;
|
||||
replaceVariables: InterpolateFunction;
|
||||
|
||||
Reference in New Issue
Block a user