Interface HoverTableAnimationOptions

Hierarchy

  • HoverTableAnimationOptions

Properties

backgroundColor?: string

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

Example

backgroundColor: 'LightGray'
enabled?: boolean

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

Example

enabled: true
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'