Type alias PanelConfigPair

PanelConfigPair: {
    config: PanelConfig;
    id: string;
}

A single pair of PanelConfig/id values.

Type declaration

  • config: PanelConfig
  • id: string

Generated using TypeDoc