Skip to content

TableCellBackgroundDisplayMode🔗

Display mode to the "Colored Background" display

mode for table cells. Either displays a solid color (basic mode)

or a gradient.

Definition🔗

export enum TableCellBackgroundDisplayMode {
    Basic = "basic",
    Gradient = "gradient",
}