Type alias PanelConfigSet

PanelConfigSet: {
    [name: string]: PanelConfig;
}

A set of key-value pairs with PanelConfig objects and their ids.

Type declaration

  • [name: string]: PanelConfig

Generated using TypeDoc