@univerjs/sheets-crosshair-highlight v0.5.1 • Docs
Interface: IFUniverCrosshairHighlightMixin
Methods
setCrosshairHighlightColor()
setCrosshairHighlightColor(color): void
Set the color of the crosshair highlight.
Parameters
Parameter | Type | Description |
---|---|---|
color | string | the color of the crosshair highlight |
Returns
void
Defined in
sheets-crosshair-highlight/src/facade/f-univer.ts:32
setCrosshairHighlightEnabled()
setCrosshairHighlightEnabled(enabled): void
Enable or disable crosshair highlight.
Parameters
Parameter | Type | Description |
---|---|---|
enabled | boolean | if crosshair highlight should be enabled |
Returns
void
Defined in
sheets-crosshair-highlight/src/facade/f-univer.ts:26