Interface SidePaneTableRowBeta

Table row link?: link e.g to the specific Fact Sheet columns: columns with different values to be shown.

interface SidePaneTableRow {
    cells: SidePaneTableCell[];
    link?: string;
}

Properties

Properties

link?: string

Generated using TypeDoc