UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

14 lines (13 loc) 337 B
import { Type } from "igniteui-webcomponents-core"; /** * Indicates the current operation underway for the cloned data source. */ export declare enum CloneDataSourceFilterOperation { None = 0, ValueToText = 1, TextToValue = 2 } /** * @hidden */ export declare let CloneDataSourceFilterOperation_$type: Type;