Skip to main content

Enumeration: SYNC_TYPE

dg.SYNC_TYPE

Enumeration Members

CURRENT_ROW_TO_FILTER

CURRENT_ROW_TO_FILTER = "row to filter"

Defined in

src/const.ts:46


CURRENT_ROW_TO_ROW

CURRENT_ROW_TO_ROW = "row to row"

Defined in

src/const.ts:44


CURRENT_ROW_TO_SELECTION

CURRENT_ROW_TO_SELECTION = "row to selection"

Defined in

src/const.ts:45


FILTER_TO_FILTER

FILTER_TO_FILTER = "filter to filter"

Defined in

src/const.ts:49


FILTER_TO_SELECTION

FILTER_TO_SELECTION = "filter to selection"

Defined in

src/const.ts:50


MOUSE_OVER_ROW_TO_FILTER

MOUSE_OVER_ROW_TO_FILTER = "mouse-over to filter"

Defined in

src/const.ts:48


MOUSE_OVER_ROW_TO_SELECTION

MOUSE_OVER_ROW_TO_SELECTION = "mouse-over to selection"

Defined in

src/const.ts:47


SELECTION_TO_FILTER

SELECTION_TO_FILTER = "selection to filter"

Defined in

src/const.ts:51


SELECTION_TO_SELECTION

SELECTION_TO_SELECTION = "selection to selection"

Defined in

src/const.ts:52