SYNC_TYPE
Defined in: src/const.ts:43
Enumeration Members
| Enumeration Member | Value | Defined in |
|---|---|---|
CURRENT_ROW_TO_FILTER | "row to filter" | src/const.ts:46 |
CURRENT_ROW_TO_ROW | "row to row" | src/const.ts:44 |
CURRENT_ROW_TO_SELECTION | "row to selection" | src/const.ts:45 |
FILTER_TO_FILTER | "filter to filter" | src/const.ts:49 |
FILTER_TO_SELECTION | "filter to selection" | src/const.ts:50 |
MOUSE_OVER_ROW_TO_FILTER | "mouse-over to filter" | src/const.ts:48 |
MOUSE_OVER_ROW_TO_SELECTION | "mouse-over to selection" | src/const.ts:47 |
SELECTION_TO_FILTER | "selection to filter" | src/const.ts:51 |
SELECTION_TO_SELECTION | "selection to selection" | src/const.ts:52 |