Interface SidePaneFactSheetTableItemStatus

Sidepane Fact Sheet Item status to be shown on the SidePaneFactSheetTableElement

interface SidePaneFactSheetTableItemStatus {
    color?: string;
    label: string;
}

Properties

Properties

color?: string

Optional color to be shown on the second column

label: string

icon to be shown on the second column

Generated using TypeDoc