UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

39 lines (38 loc) 1.13 kB
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebPivotDataSelectorDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private k; get columnsExpanded(): boolean; set columnsExpanded(a: boolean); private m; get rowsExpanded(): boolean; set rowsExpanded(a: boolean); private l; get filtersExpanded(): boolean; set filtersExpanded(a: boolean); private n; get valuesExpanded(): boolean; set valuesExpanded(a: boolean); private u; get gridRef(): string; set gridRef(a: string); private s; get columnsExpandedChangeRef(): string; set columnsExpandedChangeRef(a: string); private v; get rowsExpandedChangeRef(): string; set rowsExpandedChangeRef(a: string); private t; get filtersExpandedChangeRef(): string; set filtersExpandedChangeRef(a: string); private w; get valuesExpandedChangeRef(): string; set valuesExpandedChangeRef(a: string); }