@univerjs/sheets-crosshair-highlight v0.4.2 • Docs
@univerjs/sheets-crosshair-highlight
Classes
Class | Description |
---|---|
UniverSheetsCrosshairHighlightPlugin | Plug-in base class, all plug-ins must inherit from this base class. Provide basic methods. |
Interfaces
Interface | Description |
---|---|
ISetCrosshairHighlightColorOperationParams | A CommandType.OPERATION to set the crosshair highlight color. |
Variables
Variable | Description |
---|---|
CROSSHAIR_HIGHLIGHT_COLORS | - |
DisableCrosshairHighlightOperation | A CommandType.OPERATION to disable the crosshair highlight. |
EnableCrosshairHighlightOperation | A CommandType.OPERATION to enable the crosshair highlight. |
SetCrosshairHighlightColorOperation | A CommandType.OPERATION to set the crosshair highlight color. It the crosshair highlight is not enabled, it will be enabled. |
ToggleCrosshairHighlightOperation | A CommandType.OPERATION to toggle the crosshair highlight. |