igniteui-react-core
Version:
Ignite UI React Core.
25 lines (24 loc) • 786 B
TypeScript
import { Description } from "./Description";
import { GridFilterDialogViewModelRowDescription } from "./GridFilterDialogViewModelRowDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class GridFilterDialogViewModelDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private n;
get propertyType(): string;
set propertyType(a: string);
private j;
get isTopLevelOr(): boolean;
set isTopLevelOr(a: boolean);
private l;
get maxGroupingLevels(): number;
set maxGroupingLevels(a: number);
private h;
get rows(): GridFilterDialogViewModelRowDescription[];
set rows(a: GridFilterDialogViewModelRowDescription[]);
}