igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
24 lines (23 loc) • 758 B
TypeScript
import { CellModelExport } from "./CellModelExport";
import { DataSourceSchemaPropertyType } from "igniteui-webcomponents-core";
import { ColumnComparisonConditionOperatorType } from "./ColumnComparisonConditionOperatorType";
import { Type } from "igniteui-webcomponents-core";
import { StringBuilder } from "igniteui-webcomponents-core";
/**
* @hidden
*/
export declare class FilterCellModelExport extends CellModelExport {
static $t: Type;
af: DataSourceSchemaPropertyType;
ag: boolean;
ae: ColumnComparisonConditionOperatorType;
an: any;
am: number;
al: number;
ak: number;
aj: number;
ai: number;
ah: number;
protected get_ac(): string;
protected ad(a: StringBuilder): void;
}