Interface DataViewColorInfo

Color information for a DataViewRow.

interface DataViewColorInfo {
    hexCode: string;
}

Properties

Properties

hexCode: string

The hex code for the color.