UNPKG

igniteui-react-core

Version:
23 lines (22 loc) 732 B
import { Description } from "./Description"; import { WebPivotDimensionDescription } from "./WebPivotDimensionDescription"; import { WebPivotValueDescription } from "./WebPivotValueDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebPivotGridColumnDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private l; get field(): string; set field(a: string); private h; get dimensions(): WebPivotDimensionDescription[]; set dimensions(a: WebPivotDimensionDescription[]); private j; get value(): WebPivotValueDescription; set value(a: WebPivotValueDescription); }