[]
        
(Showing Draft Content)

HoverTableAnimationOptions

Interface: HoverTableAnimationOptions

Properties

backgroundColor?

optional backgroundColor: string;

Specifies the background color on hover over the table and tablix row. Default value: 'LightGray'.

Example

backgroundColor: 'LightGray'

enabled?

optional enabled: boolean;

Enable hover table and tablix animation. Default value: false.

Example

enabled: true

textColor?

optional textColor: string;

Specifies the text color on hover over the table and tablix row. Default value: undefined.
If the value is undefined, text color of row cells remains unchanged on hover.

Example

textColor: 'DarkGray'