!!!###!!!title=Focus Highlight——VisActor/VTable tutorial documents!!!###!!!!!!###!!!description=VTable provides a focus highlight plugin that supports highlighting specified areas.<div style="display: flex; justify-content: center;"> <img src="https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/invert-highlight.png" style="flex: 0 0 50%; padding: 10px;"></div>!!!###!!!

Focus Highlight Plugin

VTable provides a focus highlight plugin that supports highlighting specified areas.

Focus Highlight Plugin Configuration Options

  • FocusHighlightPlugin Focus Highlight Plugin, can be configured with the following parameters:
    • fill Focus highlight background color
    • opacity Focus highlight opacity
    • highlightRange Initial focus highlight range
export interface FocusHighlightPluginOptions {
  fill?: string;
  opacity?: number;
  highlightRange?: CellRange;
}

Usage Example:

For specific usage, refer to the demo