Interface SidePaneTableElementBeta

Table element to be shown on the SidePane.

interface SidePaneTableElement {
    headerRow?: SidePaneTableHeaderRow;
    label?: string;
    rows: SidePaneTableRow[];
    type: "Table";
}

Properties

label?: string
type: "Table"

Generated using TypeDoc