Panel: {
    data?: { [key: string]: object }[];
    datasetName?: string;
    id?: number;
    order?: number;
    panelType?: string;
}

Type declaration

  • Optionaldata?: { [key: string]: object }[]

    Data for this panel.

  • OptionaldatasetName?: string

    The name of the dataset used to generate this panel.

  • Optionalid?: number

    Panel id.

  • Optionalorder?: number

    Order to display this panel.

  • OptionalpanelType?: string

    The type of the panel.