StyleOptions
type StyleOptions = {
backgroundColor?: string;
borderColor?: string;
color?: string;
};
CSS style properties that can be applied to fields and table rows All color values should be valid CSS color strings (hex, rgb, named colors, etc.)
Properties
backgroundColor?
optional backgroundColor?: string;
Background color (CSS color value)
borderColor?
optional borderColor?: string;
Border color (CSS color value)
color?
optional color?: string;
Text color (CSS color value)