interface SimpleTableViewProperties {
    note: string;
    queries: DashboardQuery[];
    shape: "chronograf-v2";
    showAll: boolean;
    showNoteWhenEmpty: boolean;
    type: "simple-table";
}

Properties

note: string
queries: DashboardQuery[]
shape: "chronograf-v2"
showAll: boolean
showNoteWhenEmpty: boolean

If true, will display note when empty

type: "simple-table"
MMNEPVFCICPMFPCPTTAAATR